aboutsummaryrefslogtreecommitdiffstats
path: root/run-integration-tests.sh
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-06-07 16:50:08 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:21:04 +0200
commitbf6c9991631f6303fb5905c1a0061f4bf8a9e2ee (patch)
tree186fda73a9cab42760599d49d9e0da0b1c919bed /run-integration-tests.sh
parent20aca2b3849c6ac8a5b0575cef1f2f03ae175e38 (diff)
downloadsonarqube-bf6c9991631f6303fb5905c1a0061f4bf8a9e2ee.tar.gz
sonarqube-bf6c9991631f6303fb5905c1a0061f4bf8a9e2ee.zip
SONAR-10690 make fake-governance-plugin a core extension
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-xrun-integration-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-integration-tests.sh b/run-integration-tests.sh
index 476782962c4..938cd9bd6f7 100755
--- a/run-integration-tests.sh
+++ b/run-integration-tests.sh
@@ -16,7 +16,8 @@ CATEGORY=$1
ORCHESTRATOR_CONFIG_URL=$2
shift 2
-./gradlew --no-daemon --console plain \
+./gradlew \
+ :tests:clean \
:tests:integrationTest \
-Dcategory="$CATEGORY" \
-Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \