From 8e5b64ae0ad99070d93cb491c8f0aba5c889709e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Oct 2006 16:39:00 +0200 Subject: [PATCH] Stop all timers before exiting when --start-and-exit --- mysql-test/mysql-test-run.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 05baaaa6f2f..daa5b8aca96 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2913,6 +2913,7 @@ sub run_testcase ($) { # ---------------------------------------------------------------------- if ( $opt_start_and_exit or $opt_start_dirty ) { + mtr_timer_stop_all($glob_timers); mtr_report("\nServers started, exiting"); exit(0); }