run-tests: make compatible with new shellcheck version
This commit is contained in:
parent
76dc7b92e1
commit
e31cc686f2
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ if [[ $# -gt 0 && $1 != -* ]]; then
|
||||||
if [[ $command == eval ]]; then
|
if [[ $command == eval ]]; then
|
||||||
command=evalTest
|
command=evalTest
|
||||||
fi
|
fi
|
||||||
: ${scenario:=default}
|
: "${scenario:=default}"
|
||||||
elif [[ $scenario ]]; then
|
elif [[ $scenario ]]; then
|
||||||
command=buildTest
|
command=buildTest
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue