diff options
author | Rene Groeschke <rene@gradle.com> | 2015-11-21 01:09:13 +0000 |
---|---|---|
committer | Rene Groeschke <rene@gradle.com> | 2015-11-21 01:09:13 +0000 |
commit | 73dd702743a5b4d8816e495e55c19f391669fc25 (patch) | |
tree | c61df925b637d26c95086510ee471ac861a36731 | |
parent | 06b6bfbfd1b1f62d191c494d093fae637e144a7a (diff) | |
download | frege-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.groovy | 2 |
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() |