Print more logs in emulator tests

This commit is contained in:
ByteHamster 2022-08-20 21:05:10 +02:00
parent d3b5b0e14e
commit 0c8c860040
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ set -o pipefail
runTests() {
./gradlew connectedPlayDebugAndroidTest connectedDebugAndroidTest \
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
| grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
}
# Retry tests to make them less flaky