diff options
| author | Albin <albin@mullvad.net> | 2023-09-21 09:17:55 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-09-21 18:30:55 +0200 |
| commit | ed656a4dd3a534aa87fbd2668acdbbb964e00097 (patch) | |
| tree | 53501e0661a34f37d4ee6745102f4e2309f4ff31 /android | |
| parent | b4f9f710a2aa1f66ec454b2b7d7af9a7bc0357bd (diff) | |
| download | mullvadvpn-ed656a4dd3a534aa87fbd2668acdbbb964e00097.tar.xz mullvadvpn-ed656a4dd3a534aa87fbd2668acdbbb964e00097.zip | |
Update test script to use the default build variant
Diffstat (limited to 'android')
| -rwxr-xr-x | android/scripts/run-instrumented-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/scripts/run-instrumented-tests.sh b/android/scripts/run-instrumented-tests.sh index 5e855ca242..5c6ace121b 100755 --- a/android/scripts/run-instrumented-tests.sh +++ b/android/scripts/run-instrumented-tests.sh @@ -20,7 +20,7 @@ while [[ "$#" -gt 0 ]]; do TEST_TYPE="app" USE_ORCHESTRATOR="false" TEST_PACKAGE="net.mullvad.mullvadvpn.test" - TEST_APK="$APK_BASE_DIR/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk" + TEST_APK="$APK_BASE_DIR/app/build/outputs/apk/androidTest/ossProd/debug/app-oss-prod-debug-androidTest.apk" ;; e2e) TEST_TYPE="e2e" @@ -105,7 +105,7 @@ echo "Starting instrumented tests of type: $TEST_TYPE" echo "" echo "### Install packages ###" -adb install -t "$APK_BASE_DIR/app/build/outputs/apk/debug/app-debug.apk" +adb install -t "$APK_BASE_DIR/app/build/outputs/apk/ossProd/debug/app-oss-prod-debug.apk" adb install "$TEST_APK" if [[ "$USE_ORCHESTRATOR" == "true" ]]; then echo "Using ORCHESTRATOR_APK_PATH: $ORCHESTRATOR_APK_PATH" |
