aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index c16240821c..70b235a6d9 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -81,7 +81,7 @@ if [ ! -z "$TEST_TAG" ]; then
# run specific performance tests by tag if variable is set
pybot -L TRACE \
-v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \
- -i $TEST_TAG tests/
+ -i "${TEST_TAG,,}" tests/
else
# run full performance test suite
pybot -L TRACE \