From 06b6bfbfd1b1f62d191c494d093fae637e144a7a Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Sat, 21 Nov 2015 01:07:39 +0000 Subject: some integTest cleanup + more test coverage --- src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit