Skip to content

Commit

Permalink
remove some test reports for non debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Feb 26, 2024
1 parent c05f26e commit 069fc2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions inngest-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@ tasks.named<Test>("test") {
testLogging {
events =
setOf(
TestLogEvent.STARTED,
TestLogEvent.FAILED,
TestLogEvent.PASSED,
TestLogEvent.SKIPPED,
TestLogEvent.STANDARD_ERROR,
TestLogEvent.STANDARD_OUT,
)

exceptionFormat = TestExceptionFormat.FULL
Expand Down
3 changes: 0 additions & 3 deletions inngest-spring-boot-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ tasks.withType<Test> {
testLogging {
events =
setOf(
TestLogEvent.STARTED,
TestLogEvent.FAILED,
TestLogEvent.PASSED,
TestLogEvent.SKIPPED,
TestLogEvent.STANDARD_ERROR,
TestLogEvent.STANDARD_OUT,
)

exceptionFormat = TestExceptionFormat.FULL
Expand Down
3 changes: 0 additions & 3 deletions inngest-test-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ tasks.named<Test>("test") {
testLogging {
events =
setOf(
TestLogEvent.STARTED,
TestLogEvent.FAILED,
TestLogEvent.PASSED,
TestLogEvent.SKIPPED,
TestLogEvent.STANDARD_ERROR,
TestLogEvent.STANDARD_OUT,
)

exceptionFormat = TestExceptionFormat.FULL
Expand Down

0 comments on commit 069fc2d

Please sign in to comment.