aboutsummaryrefslogtreecommitdiffstats
path: root/run-perf-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-perf-tests.sh
parent5dd574819854e9ce7e2f4e181e78153a7ecbf828 (diff)
downloadsonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.tar.gz
sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.zip
Move integration tests to directory tests/
Diffstat (limited to 'run-perf-tests.sh')
-rwxr-xr-xrun-perf-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-perf-tests.sh b/run-perf-tests.sh
index d16d80c981b..b194e57b7a4 100755
--- a/run-perf-tests.sh
+++ b/run-perf-tests.sh
@@ -2,5 +2,5 @@
set -euo pipefail
echo 'Run performance tests'
-cd tests/perf
-mvn verify -B -e -V $*
+cd tests
+mvn verify -B -e -V -Dcategory=Performance $*