print out all daemon stderr files when iptb stop fails
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Feb 16, 2017 at 21:46 UTC
14daf0a459ddb1bbfa2f23fc87639c9c43fc8d12
1 file changed
+2
-1
test/sharness/t0130-multinode.sh
+2
-1
@@ -79,7 +79,8 @@ run_advanced_test() {
79
run_random_dir_test
80
81
test_expect_success "shut down nodes" '
82
- iptb stop
82
+ iptb stop ||
83
+ test_fsh tail -n +1 .iptb/*/daemon.std*
84
'
85
}
86