Commit 711888f6 authored by sayantan dutta's avatar sayantan dutta

Bug #17654275 - MTR EXTRACT_WARNING_LINES IS NOT REMOVING TIMESTAMP IN UTC FORMAT WITH TIMEZONES

parent f1c8a03e
...@@ -4353,7 +4353,7 @@ sub extract_warning_lines ($$) { ...@@ -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 {
......
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