1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#4198 mtr.pl v2

- Improve error message for "found warnings in server log file"
This commit is contained in:
Magnus Svensson
2009-01-28 10:28:48 +01:00
parent 3d1c85da1f
commit 44d0645cda

View File

@ -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;