Add a missing space inside test brackets.
This should fix the error: "devstack-vm-gate.sh: line 102: [0: command not found" Change-Id: I992ccf7fd54e5b26c1e804cade6e8edabcb6e2fe
This commit is contained in:
@@ -99,7 +99,7 @@ CINDER_SECURE_DELETE=False
|
||||
EOF
|
||||
fi
|
||||
|
||||
if ["$DEVSTACK_GATE_TEMPEST_COVERAGE" -eq "1" ] ; then
|
||||
if [ "$DEVSTACK_GATE_TEMPEST_COVERAGE" -eq "1" ] ; then
|
||||
cat <<\EOF >>localrc
|
||||
EXTRA_OPTS=(backdoor_port=0)
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user