summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Groeschke <rene@gradle.com>2015-11-21 01:09:13 +0000
committerRene Groeschke <rene@gradle.com>2015-11-21 01:09:13 +0000
commit73dd702743a5b4d8816e495e55c19f391669fc25 (patch)
treec61df925b637d26c95086510ee471ac861a36731
parent06b6bfbfd1b1f62d191c494d093fae637e144a7a (diff)
downloadfrege-gradle-plugin-73dd702743a5b4d8816e495e55c19f391669fc25.tar.gz
frege-gradle-plugin-73dd702743a5b4d8816e495e55c19f391669fc25.tar.bz2
frege-gradle-plugin-73dd702743a5b4d8816e495e55c19f391669fc25.zip
some integTest cleanup + more test coverage
-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()