Skip to content

Commit

Permalink
exiting build on if connectedCheck fails
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 18, 2014
1 parent 999610f commit ecc03af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ PID_EMU2=$!
./wait_for_emulator emulator-5556

# Running Tests
./gradlew --stacktrace --debug build connectedCheck
./gradlew --stacktrace --debug build connectedCheck || exit 1
kill -9 $PID_EMU1 $PID_EMU2

0 comments on commit ecc03af

Please sign in to comment.