Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-tools/scripts/cherrypick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ for BRANCH in "${BRANCHES[@]}"; do
if [[ "$PRECOMMIT" ]] || [[ "$TEST" ]]; then
LOG "INFO" "Testing the cherry-pick on $BRANCH by running 'gradlew check ${TESTARG}'"
# shellcheck disable=SC2086
./gradlew check -q $TESTARG -Pvalidation.errorprone=true
./gradlew clean check -q $TESTARG -Pvalidation.errorprone=true
if [ $? -gt 0 ]; then
LOG "WARN" "Tests failed. Please fix and push manually"
exit 2
Expand Down
Loading