diff options
| author | Albin <albin@mullvad.net> | 2023-09-21 18:38:18 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-09-21 18:38:18 +0200 |
| commit | 90ef9de13c92551b93db174d7e5f57842f99ca2b (patch) | |
| tree | 1daf46b3cf9c384d775a4071fc1bdddca90e043d /android/scripts | |
| parent | 2b2dbded60ba1e03112781dc6a04705e08286805 (diff) | |
| parent | 62d94a20959e9692b0caea7a7910a0116a907190 (diff) | |
| download | mullvadvpn-90ef9de13c92551b93db174d7e5f57842f99ca2b.tar.xz mullvadvpn-90ef9de13c92551b93db174d7e5f57842f99ca2b.zip | |
Merge branch 'improve-gradle-variant-configuration-droid-18'
Diffstat (limited to 'android/scripts')
| -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" |
