Edit gradle file for liblinphone tester
This commit is contained in:
parent
bf4291712b
commit
53595ff817
1 changed files with 12 additions and 9 deletions
|
@ -89,7 +89,6 @@ android {
|
||||||
outputs.upToDateWhen {false}
|
outputs.upToDateWhen {false}
|
||||||
showStandardStreams = true
|
showStandardStreams = true
|
||||||
}
|
}
|
||||||
setIgnoreFailures(true)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,5 +129,9 @@ tasks.withType(Test) {
|
||||||
showExceptions true
|
showExceptions true
|
||||||
showStackTraces true
|
showStackTraces true
|
||||||
showStandardStreams false
|
showStandardStreams false
|
||||||
|
ignoreFailures = true
|
||||||
|
}
|
||||||
|
connectedAndroidTest {
|
||||||
|
ignoreFailures = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue