diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-10 14:08:47 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-11-14 13:10:17 +0100 |
commit | d8f51aa6e26c0f041d70690127416f70e831e64e (patch) | |
tree | 2e9baca04fa71ff54d873a7c36be8fe5edcf4e29 /cix.sh | |
parent | 808130822501beb240ec6d19db8b20dc86fc13b8 (diff) | |
download | sonarqube-d8f51aa6e26c0f041d70690127416f70e831e64e.tar.gz sonarqube-d8f51aa6e26c0f041d70690127416f70e831e64e.zip |
Fix cix.sh
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |