aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-11 16:57:30 +0100
committerEric Hartmann <hartmann.eric@gmail.Com>2017-11-14 13:10:17 +0100
commitd19b26a37c0810bc54659a167b779095912bc516 (patch)
treed986f98fdfa7ab39d89436dd3c179adfdb4aee57 /cix.sh
parenta55bd3e3c0dee50df1fe9ee79e032c5773bb7c07 (diff)
downloadsonarqube-d19b26a37c0810bc54659a167b779095912bc516.tar.gz
sonarqube-d19b26a37c0810bc54659a167b779095912bc516.zip
Add category qualityModel to integration tests
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index 61f588d95de..62b06de33c9 100755
--- a/cix.sh
+++ b/cix.sh
@@ -40,6 +40,7 @@ case "$RUN_ACTIVITY" in
Category2)
CATEGORY=Category2 && runCategory
CATEGORY=test && runCategory
+ CATEGORY=qualityModel && runCategory
;;
Category3)