Skip to content

Commit

Permalink
Suggest skipping tests when building launcher jar
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 21, 2022
1 parent c6ff750 commit a721e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/trino-product-tests-launcher/bin/run-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ launcher_jar="${target}/trino-product-tests-launcher-${trino_version}-executable

if ! test -x "${launcher_jar}"; then
echo "Could not find launcher jar ${launcher_jar}." >&2
echo "Run \`${mvn} clean install -pl :trino-product-tests-launcher\`" >&2
echo "Run \`${mvn} clean install -pl :trino-product-tests-launcher -DskipTests\`" >&2
exit 3
fi

Expand Down

0 comments on commit a721e05

Please sign in to comment.