aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-15 16:39:47 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-23 19:07:48 +0200
commit78e2ea2661c8e3bcf26932e33e04ec9a4327fc04 (patch)
treeef9411412b0a92a56ecc75f4f9e516609b0d28d5 /cix.sh
parent8af2f37ed8c0594926adb33f6db91856625157b3 (diff)
downloadsonarqube-78e2ea2661c8e3bcf26932e33e04ec9a4327fc04.tar.gz
sonarqube-78e2ea2661c8e3bcf26932e33e04ec9a4327fc04.zip
Improve integration tests by using new Tester class
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/cix.sh b/cix.sh
index 0748eaa9287..60953121d38 100755
--- a/cix.sh
+++ b/cix.sh
@@ -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"
;;