mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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 )
|
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(" Test ended at $timest");
|
||||||
mtr_report($warnings);
|
mtr_report($warnings);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user