Edit gradle file for liblinphone tester
This commit is contained in:
parent
0f855589d8
commit
bf4291712b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue