b17dc656b5
Change-Id: I1be7991ee73cc2a6e911ae024dce3fba97c02071
7 lines
222 B
Bash
Executable File
7 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
set -ueo pipefail
|
|
|
|
cd "$TEST_PROJECT"
|
|
|
|
# Might be easier way than -Pandroid.testInstrumentationRunnerArguments
|
|
./gradlew connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.scope=$GATEWAY_0_ACCESS |