mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-25 06:58:18 +08:00
fix starting iptb nodes with additional arguments
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -35,9 +35,9 @@ startup_cluster() {
|
|||||||
bound=$(expr "$num_nodes" - 1)
|
bound=$(expr "$num_nodes" - 1)
|
||||||
|
|
||||||
if test -n "$other_args"; then
|
if test -n "$other_args"; then
|
||||||
test_expect_success "start up nodes with additional args" '
|
test_expect_success "start up nodes with additional args" "
|
||||||
iptb start --args $other_args
|
iptb start --args \"${other_args[@]}\"
|
||||||
'
|
"
|
||||||
else
|
else
|
||||||
test_expect_success "start up nodes" '
|
test_expect_success "start up nodes" '
|
||||||
iptb start
|
iptb start
|
||||||
|
Reference in New Issue
Block a user