]> source.dussan.org Git - sonarqube.git/commitdiff
Fix cix.sh
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 10 Nov 2017 13:08:47 +0000 (14:08 +0100)
committerEric Hartmann <hartmann.eric@gmail.Com>
Tue, 14 Nov 2017 12:10:17 +0000 (13:10 +0100)
cix.sh

diff --git a/cix.sh b/cix.sh
index 0f90a527edcc1a3b80a38b2b340435ca2701b4eb..879206325ea0adc3cdfde18893693215d0ab72e2 100755 (executable)
--- a/cix.sh
+++ b/cix.sh
@@ -8,7 +8,7 @@ function runCategory {
     -f tests/pom.xml \
     -Dcategory=$CATEGORY \
     -Dorchestrator.configUrl=http://infra.internal.sonarsource.com/jenkins/orch-$DB_ENGINE.properties \
-    -Dorchestrator.workspace=target/$CATEGORY
+    -Dorchestrator.workspace=target/$CATEGORY \
     -Dwith-db-drivers \
     -B -e -V
 }