Reduce test verbosity on CI to make it easier to find error
This commit is contained in:
parent
ea58748b22
commit
e8e33cd73f
|
@ -1,5 +1,7 @@
|
|||
runTests() {
|
||||
./gradlew connectedPlayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
|
||||
./gradlew connectedPlayDebugAndroidTest \
|
||||
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
|
||||
| grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
|
||||
}
|
||||
|
||||
# Retry tests to make them less flaky
|
||||
|
|
Loading…
Reference in New Issue