mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-10 09:02:05 +02:00
Have Maven log stack traces of tests that fail with exceptions
This commit is contained in:
@@ -62,6 +62,10 @@ test {
|
||||
testLogging {
|
||||
events 'passed'
|
||||
showStandardStreams = true
|
||||
showExceptions true
|
||||
exceptionFormat 'full'
|
||||
showCauses true
|
||||
showStackTraces true
|
||||
}
|
||||
|
||||
include 'org/whispersystems/**'
|
||||
|
||||
Reference in New Issue
Block a user