diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2017-08-09 09:45:44 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2017-09-07 08:33:31 +0200 |
commit | e107f49fda86a3950883fecdc72457f135c134d2 (patch) | |
tree | 65c80df16e0e7a1799531b8a42059143cdf42cca /run-integration-tests.sh | |
parent | 0c9958691ea0fb870762e77384555d2a63ec635a (diff) | |
download | sonarqube-e107f49fda86a3950883fecdc72457f135c134d2.tar.gz sonarqube-e107f49fda86a3950883fecdc72457f135c134d2.zip |
Clean IT logs
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-x | run-integration-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-integration-tests.sh b/run-integration-tests.sh index be0501aa8e1..98bf40a7ba8 100755 --- a/run-integration-tests.sh +++ b/run-integration-tests.sh @@ -17,7 +17,7 @@ ORCHESTRATOR_CONFIG_URL=$2 shift 2 cd tests/plugins -mvn clean package +mvn clean package -B -e -V cd .. mvn verify \ |