Skip to content

Commit c5dc427

Browse files
committed
Merge branch 'improve-instrumentation-tests-script-droid-1225'
2 parents 68732ec + 565c45e commit c5dc427

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)