diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-10 20:56:46 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-10 20:56:46 +0100 |
commit | 2fca4ebeee81bc01db290e97de7be31f3bf60241 (patch) | |
tree | 9de88a8dff79da1b63e321859c7ea0d65ac9dd0b /run-perf-tests.sh | |
parent | 5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca (diff) | |
download | sonarqube-2fca4ebeee81bc01db290e97de7be31f3bf60241.tar.gz sonarqube-2fca4ebeee81bc01db290e97de7be31f3bf60241.zip |
Fix and move perf tests
Diffstat (limited to 'run-perf-tests.sh')
-rwxr-xr-x | run-perf-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-perf-tests.sh b/run-perf-tests.sh index 8d8a221d0f6..d16d80c981b 100755 --- a/run-perf-tests.sh +++ b/run-perf-tests.sh @@ -2,5 +2,5 @@ set -euo pipefail echo 'Run performance tests' -cd it/perf-tests +cd tests/perf mvn verify -B -e -V $* |