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

This commit is contained in:
sayantan dutta 2013-10-25 11:38:34 +05:30
parent 63a205d4a0
commit 0121bdc8d4

View File

@ -4353,7 +4353,7 @@ sub extract_warning_lines ($$) {
{
# Remove initial timestamp and look for consecutive identical lines
my $line_pat= $line;
$line_pat =~ s/^[0-9: ]*//;
$line_pat =~ s/^[0-9:\-\+\.TZ ]*//;
if ($line_pat eq $last_pat) {
$num_rep++;
} else {