Browse Source

WL#4198 mtr.pl v2

- Improve error message for "found warnings in server log file"
pull/374/head
Magnus Svensson 17 years ago
parent
commit
ad94278ba0
  1. 2
      mysql-test/lib/mtr_report.pm

2
mysql-test/lib/mtr_report.pm

@ -118,7 +118,7 @@ sub mtr_report_test ($) {
if ( $warnings )
{
mtr_report("[ fail ] Found warnings in server log file!");
mtr_report("[ fail ] Found warnings/errors in server log file!");
mtr_report(" Test ended at $timest");
mtr_report($warnings);
return;

Loading…
Cancel
Save