aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-10 14:08:47 +0100
committerEric Hartmann <hartmann.eric@gmail.Com>2017-11-14 13:10:17 +0100
commitd8f51aa6e26c0f041d70690127416f70e831e64e (patch)
tree2e9baca04fa71ff54d873a7c36be8fe5edcf4e29 /cix.sh
parent808130822501beb240ec6d19db8b20dc86fc13b8 (diff)
downloadsonarqube-d8f51aa6e26c0f041d70690127416f70e831e64e.tar.gz
sonarqube-d8f51aa6e26c0f041d70690127416f70e831e64e.zip
Fix cix.sh
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh2
1 files changed, 1 insertions, 1 deletions
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
}