From 1a17e4302e4b63de6b4ce7c049441803b9471524 Mon Sep 17 00:00:00 2001 From: David Rautureau Date: Thu, 8 Feb 2018 15:01:19 +0100 Subject: Move To Gradle --- run-integration-tests.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'run-integration-tests.sh') diff --git a/run-integration-tests.sh b/run-integration-tests.sh index 82ea7a8b1a2..78ce995c7c4 100755 --- a/run-integration-tests.sh +++ b/run-integration-tests.sh @@ -16,12 +16,8 @@ CATEGORY=$1 ORCHESTRATOR_CONFIG_URL=$2 shift 2 -cd tests/plugins -mvn clean package -B -e -V - -cd .. -mvn verify \ +./gradlew --no-daemon --console plain -i \ + :tests:integrationTest \ -Dcategory="$CATEGORY" \ - -Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \ - -Pwith-db-drivers \ - -B -e -V $* + -Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \ + $* -- cgit v1.2.3