aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy b/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy
index 547c939..b6936a8 100644
--- a/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy
+++ b/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy
@@ -89,7 +89,7 @@ main _ = do
when:
def result = GradleRunner.create()
.withGradleVersion(gradleVersion)
- .withDebug(true).withProjectDir(testProjectDir.root)
+ .withProjectDir(testProjectDir.root)
.withArguments('sayHello')
.withPluginClasspath(pluginClasspath)
.build()