Have Maven log stack traces of tests that fail with exceptions

This commit is contained in:
Jack Lloyd
2020-12-07 17:28:03 -05:00
parent 84daf89942
commit fe45db9c82

View File

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