Skip to content

Commit ecc03af

Browse files
exiting build on if connectedCheck fails
1 parent 999610f commit ecc03af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ PID_EMU2=$!
1313
./wait_for_emulator emulator-5556
1414

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

0 commit comments

Comments
 (0)