Skip to content

Commit 303c355

Browse files
authored
Better benchmark-overhead test logging (#13415)
1 parent 5b287e3 commit 303c355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark-overhead/build.gradle.kts

+4
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)