mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Have apply-error-prone-suggestions.sh download JitPack-hosted artifacts (#441)
While there, tweak the usage message of both `apply-error-prone-suggestions.sh` and `run-mutation-tests.sh`.
This commit is contained in:
committed by
GitHub
parent
e9a1d54035
commit
9a9ef3c59d
@@ -9,13 +9,14 @@
|
|||||||
set -e -u -o pipefail
|
set -e -u -o pipefail
|
||||||
|
|
||||||
if [ "${#}" -gt 1 ]; then
|
if [ "${#}" -gt 1 ]; then
|
||||||
echo "Usage: ./$(basename "${0}") [PatchChecks]"
|
echo "Usage: ${0} [PatchChecks]"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
patchChecks=${1:-}
|
patchChecks=${1:-}
|
||||||
|
|
||||||
mvn clean test-compile fmt:format \
|
mvn clean test-compile fmt:format \
|
||||||
|
-s "$(dirname "${0}")/settings.xml" \
|
||||||
-T 1.0C \
|
-T 1.0C \
|
||||||
-Perror-prone \
|
-Perror-prone \
|
||||||
-Perror-prone-fork \
|
-Perror-prone-fork \
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
set -e -u -o pipefail
|
set -e -u -o pipefail
|
||||||
|
|
||||||
if [ "${#}" -gt 1 ]; then
|
if [ "${#}" -gt 1 ]; then
|
||||||
echo "Usage: ./$(basename "${0}") [TargetTests]"
|
echo "Usage: ${0} [TargetTests]"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user