File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ artifacts_dir=/home/rally/artifacts
13
13
tempest_source_default=" --source /opt/tempest"
14
14
15
15
tempest_source=" $tempest_source_default "
16
- if [ ! -z ${TEMPEST_SOURCE- x} ]; then
16
+ if [ ! -z ${TEMPEST_SOURCE: + x} ]; then
17
17
tempest_source=" --source $TEMPEST_SOURCE "
18
18
fi
19
19
20
20
tempest_version=" "
21
- if [ ! -z ${TEMPEST_VERSION- x} ]; then
21
+ if [ ! -z ${TEMPEST_VERSION: + x} ]; then
22
22
tempest_version=" --version $TEMPEST_VERSION "
23
23
fi
24
24
@@ -34,12 +34,12 @@ if [ -f ~/tempest-skip-list ]; then
34
34
fi
35
35
36
36
pattern=" "
37
- if [ ! -z ${TEMPEST_PATTERN- x} ]; then
37
+ if [ ! -z ${TEMPEST_PATTERN: + x} ]; then
38
38
pattern=" --pattern $TEMPEST_PATTERN "
39
39
fi
40
40
41
41
concurrency=" "
42
- if [ ! -z ${$TEMPEST_CONCURRENCY - x} ]; then
42
+ if [ ! -z ${$TEMPEST_CONCURRENCY : + x} ]; then
43
43
concurrency=" --concurrency $TEMPEST_CONCURRENCY "
44
44
fi
45
45
You can’t perform that action at this time.
0 commit comments