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 /run-integration-tests.sh | |
parent | be8a0a7d407f9bbd6333e4fe09110b45b0450bf3 (diff) | |
download | sonarqube-75505836a72c89c56d36a62a55ab64100889afd6.tar.gz sonarqube-75505836a72c89c56d36a62a55ab64100889afd6.zip |
Improve logging for ITs
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-x | run-integration-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-integration-tests.sh b/run-integration-tests.sh index 78ce995c7c4..3cc8fb45cb0 100755 --- a/run-integration-tests.sh +++ b/run-integration-tests.sh @@ -16,7 +16,7 @@ CATEGORY=$1 ORCHESTRATOR_CONFIG_URL=$2 shift 2 -./gradlew --no-daemon --console plain -i \ +./gradlew --no-daemon --console plain \ :tests:integrationTest \ -Dcategory="$CATEGORY" \ -Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \ |