Bug #17654275 - MTR EXTRACT_WARNING_LINES IS NOT REMOVING TIMESTAMP IN UTC FORMAT WITH TIMEZONES
This commit is contained in:
parent
63a205d4a0
commit
0121bdc8d4
@ -4353,7 +4353,7 @@ sub extract_warning_lines ($$) {
|
|||||||
{
|
{
|
||||||
# Remove initial timestamp and look for consecutive identical lines
|
# Remove initial timestamp and look for consecutive identical lines
|
||||||
my $line_pat= $line;
|
my $line_pat= $line;
|
||||||
$line_pat =~ s/^[0-9: ]*//;
|
$line_pat =~ s/^[0-9:\-\+\.TZ ]*//;
|
||||||
if ($line_pat eq $last_pat) {
|
if ($line_pat eq $last_pat) {
|
||||||
$num_rep++;
|
$num_rep++;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user