Skip to content

Commit 694a904

Browse files
HHH-15070 - enable stacktrace output in ci testing to troubleshoot the broken Oracle testing case
1 parent 2cb1134 commit 694a904

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: hibernate-core/hibernate-core.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,10 @@ tasks.withType( Test.class ).each { test ->
213213
}
214214
}
215215

216+
test {
217+
testLogging {
218+
events "failed"
219+
exceptionFormat "full"
220+
}
221+
}
222+

0 commit comments

Comments
 (0)