Edit gradle file for liblinphone tester

This commit is contained in:
Erwan Croze 2017-06-27 14:41:36 +02:00
parent 0f855589d8
commit bf4291712b

View file

@ -89,6 +89,7 @@ android {
outputs.upToDateWhen {false} outputs.upToDateWhen {false}
showStandardStreams = true showStandardStreams = true
} }
setIgnoreFailures(true)
} }
} }
@ -128,6 +129,6 @@ tasks.withType(Test) {
showCauses true showCauses true
showExceptions true showExceptions true
showStackTraces true showStackTraces true
showStandardStreams true showStandardStreams false
} }
} }