Commit faca74e1 authored by Magnus Svensson's avatar Magnus Svensson

Merge

parents 4ce85ce5 f3f31c9e
...@@ -3388,7 +3388,7 @@ sub extract_warning_lines ($) { ...@@ -3388,7 +3388,7 @@ sub extract_warning_lines ($) {
my @lines; my @lines;
while ( my $line = <$Ferr> ) while ( my $line = <$Ferr> )
{ {
if ( $line =~ /"^CURRENT_TEST:"/ ) if ( $line =~ /^CURRENT_TEST:/ )
{ {
# Throw away lines from previous tests # Throw away lines from previous tests
@lines = (); @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