mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-22 12:51:19 +08:00
t0031: ensure iptb init happens
License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
This commit is contained in:
@ -16,8 +16,10 @@ test_init_ipfs
|
||||
|
||||
# start iptb + wait for peering
|
||||
NUM_NODES=3
|
||||
iptb init -n $NUM_NODES -f --bootstrap=none --port=0
|
||||
startup_cluster $NUM_NODES
|
||||
test_expect_success 'init iptb' '
|
||||
iptb init -n $NUM_NODES -f --bootstrap=none --port=0 &&
|
||||
startup_cluster $NUM_NODES
|
||||
'
|
||||
|
||||
# pre-mount publish
|
||||
HASH=$(echo 'hello warld' | ipfsi 0 add -q)
|
||||
|
Reference in New Issue
Block a user