diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-15 16:39:47 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-23 19:07:48 +0200 |
commit | 78e2ea2661c8e3bcf26932e33e04ec9a4327fc04 (patch) | |
tree | ef9411412b0a92a56ecc75f4f9e516609b0d28d5 /cix.sh | |
parent | 8af2f37ed8c0594926adb33f6db91856625157b3 (diff) | |
download | sonarqube-78e2ea2661c8e3bcf26932e33e04ec9a4327fc04.tar.gz sonarqube-78e2ea2661c8e3bcf26932e33e04ec9a4327fc04.zip |
Improve integration tests by using new Tester class
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -18,12 +18,6 @@ case "$RUN_ACTIVITY" in ./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-${DB_ENGINE}.properties" ;; - run-integration-tests-*) - CATEGORY=$(sed "s/run-integration-tests-//g" <<< $RUN_ACTIVITY) - - ./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-embedded.properties" - ;; - run-it-released-plugins) ./run-integration-tests.sh "Plugins" "http://infra.internal.sonarsource.com/jenkins/orch-h2.properties" ;; |