Reduce test verbosity on CI to make it easier to find error

This commit is contained in:
ByteHamster 2020-04-01 17:33:01 +02:00
parent ea58748b22
commit e8e33cd73f
1 changed files with 3 additions and 1 deletions

View File

@ -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