Skip to content

Commit a62d5e0

Browse files
authored
Make testHeadless output the same stuff as test from photon-lib (#2000)
1 parent 2e97c95 commit a62d5e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shared/common.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ tasks.register('testHeadless', Test) {
6464
group = "verification"
6565
systemProperty("java.awt.headless", "true")
6666
useJUnitPlatform()
67+
testLogging {
68+
events "passed", "skipped", "failed", "standardOut", "standardError"
69+
exceptionFormat "full"
70+
showStandardStreams = true
71+
}
6772
exclude '**/*BenchmarkTest*'
6873
workingDir = "../"
6974
}

0 commit comments

Comments
 (0)