Skip to content

Commit

Permalink
Fix test logging. Refs #3510
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 15, 2019
1 parent b823943 commit 17b10b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ test {

testLogging {
// set options for log level LIFECYCLE
events = ["FAILED", "STANDARD_OUT", "STANDARD_ERROR"]
// for debugging tests: add "STANDARD_OUT", "STANDARD_ERROR"
events = ["FAILED"]
exceptionFormat "full"
}
}
Expand Down

0 comments on commit 17b10b8

Please sign in to comment.