diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-23 21:31:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-25 23:42:50 +0200 |
commit | 70b6899988da0d2ba0a39b846e4f1bd3fa27304f (patch) | |
tree | 1ac093a87e0fba6b07c6feb6aceae89bdd9663cf /run-upgrade-tests.sh | |
parent | 5dd574819854e9ce7e2f4e181e78153a7ecbf828 (diff) | |
download | sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.tar.gz sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.zip |
Move integration tests to directory tests/
Diffstat (limited to 'run-upgrade-tests.sh')
-rwxr-xr-x | run-upgrade-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run-upgrade-tests.sh b/run-upgrade-tests.sh index 90c61bd914b..696d4eedf66 100755 --- a/run-upgrade-tests.sh +++ b/run-upgrade-tests.sh @@ -13,8 +13,8 @@ set -euo pipefail ORCHESTRATOR_CONFIG_URL=$1 shift 1 -cd tests/upgrade +cd tests mvn verify \ -Pwith-db-drivers \ -Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \ - -B -e -V $* + -Dcategory=Upgrade -B -e -V $* |