1
0
Fork 0

Closes #10611 - Fix exit status of Flank (#10612)

master
Aaron Train 2020-05-14 10:27:56 -04:00 committed by GitHub
parent 19dd057cd5
commit ea9d6897db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ echo "EXECUTE TEST(S)"
echo
# Note that if --local-results-dir is "results", timestamped sub-directory will
# contain the results. For any other value, the directory itself will have the results.
$JAVA_BIN -jar $FLANK_BIN android run \
set -o pipefail && $JAVA_BIN -jar $FLANK_BIN android run \
--config=$flank_template \
--max-test-shards=$num_shards \
--app=$APK_APP --test=$APK_TEST \