mirror of https://github.com/BOINC/boinc.git
Display test results during command line execution of the build process.
This commit is contained in:
parent
b8a5d291a5
commit
fd35a914df
|
@ -71,11 +71,11 @@ android {
|
|||
sourceCompatibility '1.8'
|
||||
targetCompatibility '1.8'
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed"
|
||||
tasks.withType(Test) {
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue