summaryrefslogtreecommitdiffhomepage
path: root/android/scripts
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-11-18 11:47:19 +0100
committerDavid Göransson <david.goransson@mullvad.net>2024-11-18 11:47:19 +0100
commit7d76afdaaf12b3fa7f8bd7930a8d105379d165f1 (patch)
tree73cb9eab1305d8d0a8cd06a492e6f070e53e0f59 /android/scripts
parent13762774687abf4d68c17e36d1cbb105b0a098d2 (diff)
parentb14b0bf4dead7538af5f04409318e282ed06e1af (diff)
downloadmullvadvpn-7d76afdaaf12b3fa7f8bd7930a8d105379d165f1.tar.xz
mullvadvpn-7d76afdaaf12b3fa7f8bd7930a8d105379d165f1.zip
Merge branch 'verify-that-leak-test-catch-leaks-droid-1458'
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/run-instrumented-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/scripts/run-instrumented-tests.sh b/android/scripts/run-instrumented-tests.sh
index fb80995739..055112fb43 100755
--- a/android/scripts/run-instrumented-tests.sh
+++ b/android/scripts/run-instrumented-tests.sh
@@ -132,8 +132,8 @@ case "$TEST_TYPE" in
echo "Error: The variable PARTNER_AUTH or VALID_TEST_ACCOUNT_NUMBER must be set."
exit 1
fi
- OPTIONAL_TEST_ARGUMENTS+=" -e ENABLE_HIGHLY_RATE_LIMITED_TESTS $ENABLE_HIGHLY_RATE_LIMITED_TESTS"
- OPTIONAL_TEST_ARGUMENTS+=" -e ENABLE_ACCESS_TO_LOCAL_API_TESTS $ENABLE_ACCESS_TO_LOCAL_API_TESTS"
+ OPTIONAL_TEST_ARGUMENTS+=" -e enable_access_to_local_api_tests $ENABLE_ACCESS_TO_LOCAL_API_TESTS"
+ OPTIONAL_TEST_ARGUMENTS+=" -e enable_highly_rate_limited_tests $ENABLE_HIGHLY_RATE_LIMITED_TESTS"
USE_ORCHESTRATOR="true"
PACKAGE_NAME="net.mullvad.mullvadvpn"
if [[ "$INFRA_FLAVOR" =~ ^(devmole|stagemole)$ ]]; then