mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#4189 mtr.pl v2
- Fix faulty regex used for filtering out suspicious warnings, causing warnings/errors from previous tests to be reported
This commit is contained in:
@ -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 = ();
|
||||||
|
Reference in New Issue
Block a user