mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-26 22:17:02 -04:00
include useful output logs for failing tests
This helps when tests fail on the gitlab-ci builds.
This commit is contained in:
1 parent
d6ed2a5e8a
commit
cff807e191
1 file changed
+11
-2
+11
-2
@@ -157,8 +157,17 @@ android {
|
||||
}
|
||||
|
||||
testOptions {
|
||||
// prevent tests from dying on android.util.Log calls
|
||||
unitTests.returnDefaultValues = true
|
||||
unitTests {
|
||||
// prevent tests from dying on android.util.Log calls
|
||||
returnDefaultValues = true
|
||||
all {
|
||||
// All the usual Gradle options.
|
||||
testLogging {
|
||||
events "skipped", "failed", "standardOut", "standardError"
|
||||
showStandardStreams = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
||||
Reference in new issue
Block a user