mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-24 22:38:27 +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)
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user