mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
WL#4189 mtr.pl v2
- Pass verbose flag to My::SafeProcess also when starting check_warnings and run_on_all
This commit is contained in:
parent
2cc7e72aaa
commit
5112fcebdb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue