From 5112fcebdbc30a696e3a052b0cc2186b04828d43 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Tue, 27 Jan 2009 10:39:42 +0100 Subject: [PATCH] WL#4189 mtr.pl v2 - Pass verbose flag to My::SafeProcess also when starting check_warnings and run_on_all --- mysql-test/mysql-test-run.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4aa5030c6f5..841757af251 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2908,6 +2908,7 @@ sub start_run_one ($$) { output => $errfile, args => \$args, user_data => $errfile, + verbose => $opt_verbose, ); mtr_verbose("Started $proc"); return $proc; @@ -3402,6 +3403,7 @@ sub start_check_warnings ($$) { output => $errfile, args => \$args, user_data => $errfile, + verbose => $opt_verbose, ); mtr_verbose("Started $proc"); return $proc;