From 73dd702743a5b4d8816e495e55c19f391669fc25 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Sat, 21 Nov 2015 01:09:13 +0000 Subject: some integTest cleanup + more test coverage --- src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/integTest/groovy') 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() -- cgit