Commit 818557b2 authored by Magnus Svensson's avatar Magnus Svensson

WL#4189 mtr.pl v2

 - Fix faulty regex used for filtering out suspicious warnings, causing
   warnings/errors from previous tests to be reported
parent f81d05c5
......@@ -3388,7 +3388,7 @@ sub extract_warning_lines ($) {
my @lines;
while ( my $line = <$Ferr> )
{
if ( $line =~ /"^CURRENT_TEST:"/ )
if ( $line =~ /^CURRENT_TEST:/ )
{
# Throw away lines from previous tests
@lines = ();
......
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