diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-12 13:37:51 +0100 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-13 17:32:52 +0100 |
commit | 75505836a72c89c56d36a62a55ab64100889afd6 (patch) | |
tree | 8f9ba7a4e07683b4deef6fee5eb87ab197d1bdbf /cix.sh | |
parent | be8a0a7d407f9bbd6333e4fe09110b45b0450bf3 (diff) | |
download | sonarqube-75505836a72c89c56d36a62a55ab64100889afd6.tar.gz sonarqube-75505836a72c89c56d36a62a55ab64100889afd6.zip |
Improve logging for ITs
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |