Commit ad94278b authored by Magnus Svensson's avatar Magnus Svensson

WL#4198 mtr.pl v2

 - Improve error message for "found warnings in server log file"
parent 7855b37c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment