1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-04 05:16:23 +08:00

print out all daemon stderr files when iptb stop fails

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2017-02-16 21:46:07 -08:00
parent 765fb0f612
commit 14daf0a459

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