From 1a97cb8f859e3c158f6e4b6fc0c34de3431880eb Mon Sep 17 00:00:00 2001 From: hansen <Dominik.Hansen@hhu.de> Date: Mon, 23 May 2016 08:42:09 +0200 Subject: [PATCH] renamed test task in gradle script --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27e948a..5804aa0 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ test { } -task integrationTests(type: Test){ +task regressionTests(type: Test){ doFirst{ println("Running integration tests") } scanForTestClasses = true //include('de/tlc4b/tlc/integration/probprivate/**') -- GitLab