mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Make Gradle show stdout for wpilibj tests (#1431)
This commit is contained in:
committed by
Peter Johnson
parent
9207d788ab
commit
70a66fc943
@@ -162,3 +162,10 @@ def oldWpilibVersionFile = file('src/main/java/edu/wpi/first/wpilibj/util/WPILib
|
||||
clean {
|
||||
delete oldWpilibVersionFile
|
||||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
outputs.upToDateWhen {false}
|
||||
showStandardStreams = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user