mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
WL#4198 mtr.pl v2
- Improve error message for "found warnings in server log file"
This commit is contained in:
parent
7855b37c9f
commit
ad94278ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue