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}
showStandardStreams = true
}
setIgnoreFailures(true)
}
}
@ -128,6 +129,6 @@ tasks.withType(Test) {
showCauses true
showExceptions true
showStackTraces true
showStandardStreams true
showStandardStreams false
}
}