Skip to content

Commit 565c45e

Browse files
PururunRawa
authored andcommitted
Do not accept 0 tests passed
1 parent 68732ec commit 565c45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/scripts/run-instrumented-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd "$SCRIPT_DIR"
88
AUTO_FETCH_TEST_HELPER_APKS=${AUTO_FETCH_TEST_HELPER_APKS:-"false"}
99

1010
APK_BASE_DIR=${APK_BASE_DIR:-"$SCRIPT_DIR/.."}
11-
LOG_SUCCESS_REGEX="OK \([0-9]+ tests\)"
11+
LOG_SUCCESS_REGEX="OK \([1-9][0-9]* tests\)"
1212

1313
ORCHESTRATOR_URL=https://dl.google.com/android/maven2/androidx/test/orchestrator/1.5.0/orchestrator-1.5.0.apk
1414
TEST_SERVICES_URL=https://dl.google.com/android/maven2/androidx/test/services/test-services/1.5.0/test-services-1.5.0.apk

0 commit comments

Comments
 (0)