summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-08-07 17:56:42 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-08-07 17:56:42 +0200
commitc5dc4279c4bd700643bbdf6ba6a3f0f8a85df1d9 (patch)
tree0825b7355d790f8f1d3d8f601b733db3decf4f38
parent68732ec94f7dca930f7174e65b2ca65b32c488d4 (diff)
parent565c45ed0191c53b05c60513bfd11422b1d9051e (diff)
downloadmullvadvpn-c5dc4279c4bd700643bbdf6ba6a3f0f8a85df1d9.tar.xz
mullvadvpn-c5dc4279c4bd700643bbdf6ba6a3f0f8a85df1d9.zip
Merge branch 'improve-instrumentation-tests-script-droid-1225'
-rwxr-xr-xandroid/scripts/run-instrumented-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/run-instrumented-tests.sh b/android/scripts/run-instrumented-tests.sh
index f43b3a9972..9ff3ec1b05 100755
--- a/android/scripts/run-instrumented-tests.sh
+++ b/android/scripts/run-instrumented-tests.sh
@@ -8,7 +8,7 @@ cd "$SCRIPT_DIR"
AUTO_FETCH_TEST_HELPER_APKS=${AUTO_FETCH_TEST_HELPER_APKS:-"false"}
APK_BASE_DIR=${APK_BASE_DIR:-"$SCRIPT_DIR/.."}
-LOG_SUCCESS_REGEX="OK \([0-9]+ tests\)"
+LOG_SUCCESS_REGEX="OK \([1-9][0-9]* tests\)"
ORCHESTRATOR_URL=https://dl.google.com/android/maven2/androidx/test/orchestrator/1.5.0/orchestrator-1.5.0.apk
TEST_SERVICES_URL=https://dl.google.com/android/maven2/androidx/test/services/test-services/1.5.0/test-services-1.5.0.apk