mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge
This commit is contained in:
commit
87bbeddbab
1 changed files with 1 additions and 1 deletions
|
@ -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 = ();
|
||||
|
|
Loading…
Reference in a new issue