From 14daf0a459ddb1bbfa2f23fc87639c9c43fc8d12 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Thu, 16 Feb 2017 21:46:07 -0800 Subject: [PATCH] print out all daemon stderr files when iptb stop fails License: MIT Signed-off-by: Jeromy --- test/sharness/t0130-multinode.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sharness/t0130-multinode.sh b/test/sharness/t0130-multinode.sh index 7eb82ba27..27a818f85 100755 --- a/test/sharness/t0130-multinode.sh +++ b/test/sharness/t0130-multinode.sh @@ -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* ' }