Commit 2a38eee8 authored by Magnus Svensson's avatar Magnus Svensson

WL#4189 add verbose also when starting check testcase

parent 660e5d21
...@@ -4210,6 +4210,7 @@ sub start_check_testcase ($$$) { ...@@ -4210,6 +4210,7 @@ sub start_check_testcase ($$$) {
error => $errfile, error => $errfile,
args => \$args, args => \$args,
user_data => $errfile, user_data => $errfile,
verbose => $opt_verbose,
); );
mtr_report("Started $proc"); mtr_report("Started $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