Print more logs in emulator tests
This commit is contained in:
parent
d3b5b0e14e
commit
0c8c860040
|
@ -4,8 +4,7 @@ set -o pipefail
|
||||||
|
|
||||||
runTests() {
|
runTests() {
|
||||||
./gradlew connectedPlayDebugAndroidTest connectedDebugAndroidTest \
|
./gradlew connectedPlayDebugAndroidTest connectedDebugAndroidTest \
|
||||||
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
|
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
|
||||||
| grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Retry tests to make them less flaky
|
# Retry tests to make them less flaky
|
||||||
|
|
Loading…
Reference in New Issue