提交 cb0ad0d6 作者: Steven Allen

fix starting iptb nodes with additional arguments

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 efa4e332
......@@ -35,9 +35,9 @@ startup_cluster() {
bound=$(expr "$num_nodes" - 1)
if test -n "$other_args"; then
test_expect_success "start up nodes with additional args" '
iptb start --args $other_args
'
test_expect_success "start up nodes with additional args" "
iptb start --args \"${other_args[@]}\"
"
else
test_expect_success "start up nodes" '
iptb start
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论