mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Make testHeadless output the same stuff as test from photon-lib (#2000)
This commit is contained in:
@@ -64,6 +64,11 @@ tasks.register('testHeadless', Test) {
|
||||
group = "verification"
|
||||
systemProperty("java.awt.headless", "true")
|
||||
useJUnitPlatform()
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||
exceptionFormat "full"
|
||||
showStandardStreams = true
|
||||
}
|
||||
exclude '**/*BenchmarkTest*'
|
||||
workingDir = "../"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user