7 lines
221 B
Bash
Executable File
7 lines
221 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_SCOPE |