Skip to content

Commit

Permalink
Merge pull request #3701 from ipfs/debug/iptb-fails
Browse files Browse the repository at this point in the history
print out all daemon stderr files when iptb stop fails
  • Loading branch information
whyrusleeping committed Feb 20, 2017
2 parents 584c095 + 14daf0a commit 427ccfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sharness/t0130-multinode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ run_advanced_test() {
run_random_dir_test

test_expect_success "shut down nodes" '
iptb stop
iptb stop ||
test_fsh tail -n +1 .iptb/*/daemon.std*
'
}

Expand Down

0 comments on commit 427ccfc

Please sign in to comment.