Skip to content

Commit

Permalink
t0031: ensure iptb init happens
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
hackergrrl committed Mar 1, 2016
1 parent b66e089 commit f4367f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/sharness/t0031-mount-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f4367f6

Please sign in to comment.