Skip to content

Commit 999610f

Browse files
running gradle script with stacktrace and debug flag
1 parent c40f806 commit 999610f

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 --info build connectedCheck
16+
./gradlew --stacktrace --debug build connectedCheck
1717
kill -9 $PID_EMU1 $PID_EMU2

0 commit comments

Comments
 (0)