From: Simon Brandhof Date: Fri, 10 Nov 2017 13:08:47 +0000 (+0100) Subject: Fix cix.sh X-Git-Tag: 7.0-RC1~330 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d8f51aa6e26c0f041d70690127416f70e831e64e;p=sonarqube.git Fix cix.sh --- diff --git a/cix.sh b/cix.sh index 0f90a527edc..879206325ea 100755 --- 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 }