diff options
author | Rene Groeschke <rene@gradle.com> | 2015-11-21 01:07:39 +0000 |
---|---|---|
committer | Rene Groeschke <rene@gradle.com> | 2015-11-21 01:07:39 +0000 |
commit | 06b6bfbfd1b1f62d191c494d093fae637e144a7a (patch) | |
tree | 95c8526d31a53353fe28b79841d682ec7ac87647 /src/integTest | |
parent | d47c934650540277c911514d4cf7ddf55a69492a (diff) | |
download | frege-gradle-plugin-06b6bfbfd1b1f62d191c494d093fae637e144a7a.tar.gz frege-gradle-plugin-06b6bfbfd1b1f62d191c494d093fae637e144a7a.tar.bz2 frege-gradle-plugin-06b6bfbfd1b1f62d191c494d093fae637e144a7a.zip |
some integTest cleanup + more test coverage
Diffstat (limited to 'src/integTest')
-rw-r--r-- | src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy b/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy index 56c2eae..547c939 100644 --- a/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy +++ b/src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy @@ -90,7 +90,7 @@ main _ = do def result = GradleRunner.create() .withGradleVersion(gradleVersion) .withDebug(true).withProjectDir(testProjectDir.root) - .withArguments('sayHello', '--stacktrace', '-i') + .withArguments('sayHello') .withPluginClasspath(pluginClasspath) .build() @@ -101,8 +101,8 @@ main _ = do where: fregeVersion | gradleVersion DEFAULT_FREGE_VERSION | "2.9" -// DEFAULT_FREGE_VERSION | "2.8" -// "3.22.367-g2737683" | "2.9" -// "3.22.367-g2737683" | "2.8" + DEFAULT_FREGE_VERSION | "2.8" + "3.22.367-g2737683" | "2.9" + "3.22.367-g2737683" | "2.8" } }
\ No newline at end of file |