mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
Gradle add test logging exceptionFormat = 'full'
This commit is contained in:
parent
6c8cdb1b32
commit
c5cd1c2664
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user