Skip to content

Commit bd555e6

Browse files
committed
Log test output events to the console
1 parent b1f55bb commit bd555e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
tasks.withType(Test) {
2929
testLogging {
3030
exceptionFormat "full"
31-
events "failed", "started"
31+
events "failed", "started", "standard_out", "standard_error"
3232
}
3333
}
3434

0 commit comments

Comments
 (0)