aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-11 12:04:33 +0100
committerEric Hartmann <hartmann.eric@gmail.Com>2017-11-14 13:10:17 +0100
commit525e102ac6942a032546559ae14ecf20bfb20da9 (patch)
treee95f9eee04a86e6ef9d84da173c8a950b9f4f7c0 /cix.sh
parent35128eb81138f5c4b631d2c24b7aefa2d49b4139 (diff)
downloadsonarqube-525e102ac6942a032546559ae14ecf20bfb20da9.tar.gz
sonarqube-525e102ac6942a032546559ae14ecf20bfb20da9.zip
Add category measure 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 96a877df2bf..61f588d95de 100755
--- a/cix.sh
+++ b/cix.sh
@@ -33,6 +33,7 @@ case "$RUN_ACTIVITY" in
case "$CATEGORY_GROUP" in
Category1)
CATEGORY=Category1 && runCategory
+ CATEGORY=measure && runCategory
CATEGORY=source && runCategory
;;