run-tests: pass script args verbatim to command without word splitting
Needed for the upcoming 'container' command
This commit is contained in:
parent
e7c397a485
commit
e99b7edb8e
@ -157,4 +157,6 @@ if [[ $1 && $1 != build ]]; then
|
||||
: ${scenario:=default}
|
||||
fi
|
||||
|
||||
eval "${@:-build}"
|
||||
command="${1:-build}"
|
||||
shift || true
|
||||
$command "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user