Commit 427ccfc3 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3701 from ipfs/debug/iptb-fails

print out all daemon stderr files when iptb stop fails
parents 584c0956 14daf0a4
......@@ -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*
'
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment