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;