Commit 3dbc5cf4 authored by Magnus Svensson's avatar Magnus Svensson

WL#4189 mtr.pl v2

 - Pass verbose flag to My::SafeProcess also when starting
   check_warnings and run_on_all
parent 0618b836
...@@ -2908,6 +2908,7 @@ sub start_run_one ($$) { ...@@ -2908,6 +2908,7 @@ sub start_run_one ($$) {
output => $errfile, output => $errfile,
args => \$args, args => \$args,
user_data => $errfile, user_data => $errfile,
verbose => $opt_verbose,
); );
mtr_verbose("Started $proc"); mtr_verbose("Started $proc");
return $proc; return $proc;
...@@ -3402,6 +3403,7 @@ sub start_check_warnings ($$) { ...@@ -3402,6 +3403,7 @@ sub start_check_warnings ($$) {
output => $errfile, output => $errfile,
args => \$args, args => \$args,
user_data => $errfile, user_data => $errfile,
verbose => $opt_verbose,
); );
mtr_verbose("Started $proc"); mtr_verbose("Started $proc");
return $proc; return $proc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment