Browse Source

WL#4189 add verbose also when starting check testcase

pull/47/merge
Magnus Svensson 17 years ago
parent
commit
22a893895c
  1. 1
      mysql-test/mysql-test-run.pl

1
mysql-test/mysql-test-run.pl

@ -4210,6 +4210,7 @@ sub start_check_testcase ($$$) {
error => $errfile,
args => \$args,
user_data => $errfile,
verbose => $opt_verbose,
);
mtr_report("Started $proc");

Loading…
Cancel
Save