mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-17 11:19:42 +01:00
9 lines
306 B
Bash
9 lines
306 B
Bash
runTests() {
|
|
./gradlew connectedPlayDebugAndroidTest \
|
|
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
|
|
| grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
|
|
}
|
|
|
|
# Retry tests to make them less flaky
|
|
runTests || runTests || runTests
|