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}
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue