aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/integTest/groovy/frege/plugin/FregePluginIntegTest.groovy8
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