Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Closes #10611 - Fix exit status of Flank (#10612)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT authored May 14, 2020
1 parent 19dd057 commit ea9d689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/androidTest/ui-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ea9d689

Please sign in to comment.