diff options
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-x | run-integration-tests.sh | 7 |
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 $* |