aboutsummaryrefslogtreecommitdiffstats
path: root/run-upgrade-tests.sh
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2018-02-08 15:01:19 +0100
committerDavid Rautureau <david.rautureau@sonarsource.com>2018-03-09 11:33:38 +0100
commit1a17e4302e4b63de6b4ce7c049441803b9471524 (patch)
tree031bcfbf302c7909c5b45a7c31f1bbc00a2fce34 /run-upgrade-tests.sh
parent21fbe3697bdb6e66016ef8d0bea49da574e02e7d (diff)
downloadsonarqube-1a17e4302e4b63de6b4ce7c049441803b9471524.tar.gz
sonarqube-1a17e4302e4b63de6b4ce7c049441803b9471524.zip
Move To Gradle
Diffstat (limited to 'run-upgrade-tests.sh')
-rwxr-xr-xrun-upgrade-tests.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/run-upgrade-tests.sh b/run-upgrade-tests.sh
index 696d4eedf66..97a838557b7 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
-mvn verify \
- -Pwith-db-drivers \
+./gradlew --no-daemon --console plain -i \
+ :tests:integrationTest \
-Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \
- -Dcategory=Upgrade -B -e -V $*
+ -Dcategory=Upgrade \
+ $* \ No newline at end of file