Show stdout in tests (#1661)

This commit is contained in:
Trask Stalnaker 2025-01-22 15:26:02 -08:00 committed by GitHub
parent 808b769cc5
commit 2a4d37afe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ tasks {
testLogging {
exceptionFormat = TestExceptionFormat.FULL
showExceptions = true
showCauses = true
showStackTraces = true
showStandardStreams = true
}
}