Edit gradle file for liblinphone tester

This commit is contained in:
Erwan Croze 2017-06-27 17:30:21 +02:00
parent bf4291712b
commit 53595ff817

View file

@ -89,7 +89,6 @@ android {
outputs.upToDateWhen {false}
showStandardStreams = true
}
setIgnoreFailures(true)
}
}
@ -130,5 +129,9 @@ tasks.withType(Test) {
showExceptions true
showStackTraces true
showStandardStreams false
ignoreFailures = true
}
connectedAndroidTest {
ignoreFailures = true
}
}