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:
@ -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;
|
||||
|
Reference in New Issue
Block a user