Show stdout in tests (#1661)
This commit is contained in:
parent
808b769cc5
commit
2a4d37afe2
|
@ -67,9 +67,7 @@ tasks {
|
|||
|
||||
testLogging {
|
||||
exceptionFormat = TestExceptionFormat.FULL
|
||||
showExceptions = true
|
||||
showCauses = true
|
||||
showStackTraces = true
|
||||
showStandardStreams = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue