Skip to content

Commit

Permalink
make tests more verbose on the console
Browse files Browse the repository at this point in the history
  • Loading branch information
sclassen committed Jul 9, 2020
1 parent 2d54431 commit ccc9e13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ subprojects { proj ->
//options.compilerArgs << '-Xlint:unchecked'
}

testlogger {
showStandardStreams true
// showPassedStandardStreams false
// showSkippedStandardStreams false
}

test {
useTestNG()
jvmArgs("-Djdk.attach.allowAttachSelf")
Expand Down

0 comments on commit ccc9e13

Please sign in to comment.