Skip to content

Commit

Permalink
[Java]: cleanup gradlew test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jul 15, 2017
1 parent 1d298b4 commit 2df3840
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,8 @@ subprojects {

test {
testLogging {
//events 'passed', 'skipped', 'failed'
events 'skipped', 'failed'
showStandardStreams = true
exceptionFormat = 'full'
afterSuite { desc, result ->
if (!desc.parent) {
println "Results: ${result.resultType} (${result.testCount} tests, " +
"${result.successfulTestCount} successes, " +
"${result.failedTestCount} failures, " +
"${result.skippedTestCount} skipped)"
}
}
}
}

Expand Down

0 comments on commit 2df3840

Please sign in to comment.