We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db30f0f commit a9f1978Copy full SHA for a9f1978
bin/rally-verify-wrapper.sh
@@ -39,7 +39,7 @@ if [ ! -z ${TEMPEST_PATTERN:+x} ]; then
39
fi
40
41
concurrency=""
42
-if [ ! -z ${$TEMPEST_CONCURRENCY:+x} ]; then
+if [ ! -z ${TEMPEST_CONCURRENCY:+x} ]; then
43
concurrency="--concurrency $TEMPEST_CONCURRENCY"
44
45
0 commit comments