From: Sébastien Lesaint Date: Wed, 7 Feb 2018 08:35:15 +0000 (+0100) Subject: make perf tests run again X-Git-Tag: 7.5~1712 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c156aee168e97328c17d728b142e913f38db5da;p=sonarqube.git make perf tests run again --- diff --git a/run-perf-tests.sh b/run-perf-tests.sh index b194e57b7a4..4a5e6eba726 100755 --- a/run-perf-tests.sh +++ b/run-perf-tests.sh @@ -3,4 +3,4 @@ set -euo pipefail echo 'Run performance tests' cd tests -mvn verify -B -e -V -Dcategory=Performance $* +mvn verify -B -e -V -Dcategory=ServerPerformance $*