mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 20:54:13 -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 'InvalidPackage'
|
||||||
warning 'StringFormatInvalid'
|
warning 'StringFormatInvalid'
|
||||||
}
|
}
|
||||||
|
testOptions {
|
||||||
|
unitTests.all {
|
||||||
|
// All the usual Gradle options.
|
||||||
|
testLogging {
|
||||||
|
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||||
|
outputs.upToDateWhen {false}
|
||||||
|
showStandardStreams = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user