diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-11 12:04:33 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-11-14 13:10:17 +0100 |
commit | 525e102ac6942a032546559ae14ecf20bfb20da9 (patch) | |
tree | e95f9eee04a86e6ef9d84da173c8a950b9f4f7c0 /cix.sh | |
parent | 35128eb81138f5c4b631d2c24b7aefa2d49b4139 (diff) | |
download | sonarqube-525e102ac6942a032546559ae14ecf20bfb20da9.tar.gz sonarqube-525e102ac6942a032546559ae14ecf20bfb20da9.zip |
Add category measure to integration tests
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ case "$RUN_ACTIVITY" in case "$CATEGORY_GROUP" in Category1) CATEGORY=Category1 && runCategory + CATEGORY=measure && runCategory CATEGORY=source && runCategory ;; |