mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
#1175 add test loggin to debug build
This commit is contained in:
parent
c8f4e8815e
commit
0a41983012
@ -196,6 +196,17 @@ android {
|
||||
warning 'InvalidPackage'
|
||||
warning 'StringFormatInvalid'
|
||||
}
|
||||
testOptions {
|
||||
unitTests.all {
|
||||
// All the usual Gradle options.
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||
outputs.upToDateWhen {false}
|
||||
showStandardStreams = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
flavorDimensions "default"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user