Skip to content

Commit

Permalink
Merge pull request android#264 from yuuki3655/fix_test
Browse files Browse the repository at this point in the history
Update test_all.sh and exclude unit tests in release build
  • Loading branch information
brettchabot authored May 6, 2019
2 parents 442e7ee + 5b6bf34 commit cf0914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for p in $(cat projects.conf); do
echo "====================================================================="

pushd $p > /dev/null # Silent pushd
./gradlew $@ test cAT | sed "s@^@$p @" # Prefix every line with directory
./gradlew $@ testDebug cAT | sed "s@^@$p @" # Prefix every line with directory
code=${PIPESTATUS[0]}
if [ "$code" -ne "0" ]; then
exit $code
Expand Down

0 comments on commit cf0914b

Please sign in to comment.