Skip to content

Commit 2deb50e

Browse files
committed
Better benchmark-overhead test logging
1 parent 5b287e3 commit 2deb50e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark-overhead/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ dependencies {
3333
tasks {
3434
test {
3535
useJUnitPlatform()
36+
testLogging {
37+
exceptionFormat = TestExceptionFormat.FULL
38+
showStandardStreams = true
39+
}
3640
}
3741
}

0 commit comments

Comments
 (0)