aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2018-03-12 13:37:51 +0100
committerDavid Rautureau <david.rautureau@sonarsource.com>2018-03-13 17:32:52 +0100
commit75505836a72c89c56d36a62a55ab64100889afd6 (patch)
tree8f9ba7a4e07683b4deef6fee5eb87ab197d1bdbf /cix.sh
parentbe8a0a7d407f9bbd6333e4fe09110b45b0450bf3 (diff)
downloadsonarqube-75505836a72c89c56d36a62a55ab64100889afd6.tar.gz
sonarqube-75505836a72c89c56d36a62a55ab64100889afd6.zip
Improve logging for ITs
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 51d388eaab0..3954a87b023 100755
--- a/cix.sh
+++ b/cix.sh
@@ -31,7 +31,7 @@ case "$RUN_ACTIVITY" in
exit 0
else
- ./gradlew --no-daemon --console plain -i \
+ ./gradlew --no-daemon --console plain \
:tests:integrationTest \
-Dcategory="$CATEGORY" \
-Dorchestrator.configUrl="http://infra.internal.sonarsource.com/jenkins/orch-$DB_ENGINE.properties" \