1
0
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:
Steven Allen
2018-07-06 23:33:12 -07:00
parent efa4e332e9
commit cb0ad0d6ce

View File

@ -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