Skip to content

Commit 369a6d7

Browse files
committed
Merge pull request #301 from alkemist/log-test-output
Log test output events to the console
2 parents b1f55bb + bd555e6 commit 369a6d7

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)