Skip to content

Commit

Permalink
Remove debug arguments in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Feb 16, 2024
1 parent cc3f67a commit 66f5337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class JGivenPluginShould extends Specification {
when:
def result = GradleRunner.create()
.withProjectDir(testProjectDir)
.withArguments("--configuration-cache", "test", "jgivenTestReport", "-S", "--info", "--no-daemon", "-Dorg.gradle.debug=true" )
.withArguments("--configuration-cache", "test", "jgivenTestReport", "-S", "--info" )
.withPluginClasspath()
.build()

Expand Down

0 comments on commit 66f5337

Please sign in to comment.