Merge pull request #100 from signalapp/jack/log-java-exceptions

Have Maven log stack traces of tests that fail with exceptions
This commit is contained in:
Jack Lloyd
2020-12-07 17:55:32 -05:00
committed by GitHub

View File

@@ -62,6 +62,10 @@ test {
testLogging {
events 'passed'
showStandardStreams = true
showExceptions true
exceptionFormat 'full'
showCauses true
showStackTraces true
}
include 'org/whispersystems/**'