summaryrefslogtreecommitdiffhomepage
path: root/android/scripts
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-07-30 15:01:56 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-07-31 14:47:19 +0200
commit19530f153185a8b929f255439b38a829dc022e5c (patch)
treea64c7d3617aa665766817eb2dc24f0c550eb57fb /android/scripts
parent287f4a0c8ed77fefa38ad0df2bba1ae200844588 (diff)
downloadmullvadvpn-19530f153185a8b929f255439b38a829dc022e5c.tar.xz
mullvadvpn-19530f153185a8b929f255439b38a829dc022e5c.zip
Fix run test locally script
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/run-instrumented-tests-locally.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/android/scripts/run-instrumented-tests-locally.sh b/android/scripts/run-instrumented-tests-locally.sh
index 4a642356eb..d8a4cad8ab 100755
--- a/android/scripts/run-instrumented-tests-locally.sh
+++ b/android/scripts/run-instrumented-tests-locally.sh
@@ -7,4 +7,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$SCRIPT_DIR"/..
./gradlew assembleOssProdAndroidTest
./gradlew app:assembleOssProdDebug
-"$SCRIPT_DIR"/run-instrumented-tests.sh app
+REPORT_DIR=$(mktemp -d)
+export REPORT_DIR
+"$SCRIPT_DIR"/run-instrumented-tests.sh --test-type app --infra-flavor prod --billing-flavor oss
+