Skip to content

Commit

Permalink
Only show failed tests
Browse files Browse the repository at this point in the history
make it easier to find the failed tests in output

Signed-off-by: Duane May <[email protected]>
  • Loading branch information
duanemay committed Nov 7, 2024
1 parent 201f3e7 commit 06a6996
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ subprojects {
}

testLogging {
events("skipped", "failed", "passed")
events("failed")
exceptionFormat("full")

// Uncomment the following line to see all standard output from tests (there's a ton of it!)
//showStandardStreams = true
}
Expand All @@ -118,9 +117,8 @@ subprojects {
useJUnitPlatform()

testLogging {
events("skipped", "failed", "passed")
events("failed")
exceptionFormat("full")

// Uncomment the following line to see all standard output from tests (there's a ton of it!)
//showStandardStreams = true
}
Expand Down

0 comments on commit 06a6996

Please sign in to comment.