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

print out all daemon stderr files when iptb stop fails
This commit is contained in:
Jeromy Johnson 2017-02-20 11:09:21 -08:00 committed by GitHub
commit 427ccfc3c4

View File

@ -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*
'
}