aboutsummaryrefslogtreecommitdiffstats
path: root/run-integration-tests.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-23 21:31:56 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-25 23:42:50 +0200
commit70b6899988da0d2ba0a39b846e4f1bd3fa27304f (patch)
tree1ac093a87e0fba6b07c6feb6aceae89bdd9663cf /run-integration-tests.sh
parent5dd574819854e9ce7e2f4e181e78153a7ecbf828 (diff)
downloadsonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.tar.gz
sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.zip
Move integration tests to directory tests/
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-xrun-integration-tests.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/run-integration-tests.sh b/run-integration-tests.sh
index 82f20df03b4..be0501aa8e1 100755
--- a/run-integration-tests.sh
+++ b/run-integration-tests.sh
@@ -16,9 +16,12 @@ CATEGORY=$1
ORCHESTRATOR_CONFIG_URL=$2
shift 2
-cd it
+cd tests/plugins
+mvn clean package
+
+cd ..
mvn verify \
-Dcategory=$CATEGORY \
-Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \
-Dwith-db-drivers \
- -Dsource.skip=true -B -e -V $*
+ -B -e -V $*