Skip to content

Commit 5031460

Browse files
committed
Also show causes I guess?
1 parent 5999ad6 commit 5031460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ tasks.withType<KotlinTest> {
345345
testLogging {
346346
events("PASSED", "FAILED", "SKIPPED")
347347
exceptionFormat = TestExceptionFormat.FULL
348+
showCauses = true
348349
showStandardStreams = true
349350
showStackTraces = true
350351
}

0 commit comments

Comments
 (0)