From 247294564e96fca57712142da247bad6f6838a6d Mon Sep 17 00:00:00 2001 From: yzc-yzc <96833212+yzc-yzc@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:26:40 +0800 Subject: [PATCH] Make ./runtest --dump-logs dump logs for timeout tests's servers Signed-off-by: yzc-yzc <96833212+yzc-yzc@users.noreply.github.com> --- tests/test_helper.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index f831d4865f..f710b413d0 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -408,8 +408,8 @@ proc test_server_cron {} { } } show_clients_state - kill_clients force_kill_all_servers + kill_clients the_end }