Skip to content

Commit

Permalink
shorten the debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Feb 13, 2024
1 parent 9ef700a commit 001b0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ task integrationTest(type: Test) {

testLogging {
events = [TestLogEvent.FAILED, TestLogEvent.PASSED, TestLogEvent.SKIPPED]
exceptionFormat = TestExceptionFormat.FULL
exceptionFormat = TestExceptionFormat.SHORT
showExceptions = true
showCauses = true
showStackTraces = true
Expand All @@ -148,7 +148,7 @@ task integrationTest(type: Test) {
TestLogEvent.SKIPPED,
TestLogEvent.STANDARD_ERROR
]
exceptionFormat = TestExceptionFormat.FULL
exceptionFormat = TestExceptionFormat.SHORT
}

afterSuite { desc, result ->
Expand Down

0 comments on commit 001b0a5

Please sign in to comment.