Gradle add test logging exceptionFormat = 'full'

This commit is contained in:
Andrea Boriero 2023-05-08 11:29:32 +02:00 committed by Andrea Boriero
parent 6c8cdb1b32
commit c5cd1c2664
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ test {
// Used in the Travis build so that Travis doesn't end up panicking because there's no output for a long time.
testLogging {
events "passed", "skipped", "failed"
exceptionFormat = 'full'
}
}
}