Ignore:
Timestamp:
2013-11-06T13:52:16+13:00 (10 years ago)
Author:
ak19
Message:

Ignore the fail.log file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/diffcol/diffcol.pl

    r28238 r28608  
    596596                my $strNewTest = &FileUtils::filenameConcatenate($strTest,$strEachFile);
    597597                # now additionally ignoring the earliestDatestamp file and the index/idx/*.idh binary file when diffing file
    598                 if(!($strEachFile eq "log" || $strEachFile eq "earliestDatestamp" || $strEachFile =~ m/\.cfg$/g || $strEachFile =~ m/collect\.bak$/g || $strEachFile =~ m/\.((g|j|l|b)db|idh|i.*|wa|td|tsd|ti|t|tl|w|jpe?g|gif|png|wmf)$/g)) # wmf = windows meta file #  || $strEachFile =~ m/\~$/g to get rid of ~ files
     598                if(!($strEachFile eq "log" || $strEachFile eq "fail.log" || $strEachFile eq "earliestDatestamp" || $strEachFile =~ m/\.cfg$/g || $strEachFile =~ m/collect\.bak$/g || $strEachFile =~ m/\.((g|j|l|b)db|idh|i.*|wa|td|tsd|ti|t|tl|w|jpe?g|gif|png|wmf)$/g)) # wmf = windows meta file #  || $strEachFile =~ m/\~$/g to get rid of ~ files
    599599                {
    600600                    push(@Errors,TestEach($strNewModel,$strNewTest,$intLevel,$strColName));
     
    616616                my $strNewModel = &FileUtils::filenameConcatenate($strModel,$strEachFile);
    617617                my $strNewTest = &FileUtils::filenameConcatenate($strTest,$strEachFile);
    618                 if(!($strEachFile eq "log" || $strEachFile eq "earliestDatestamp" || $strEachFile =~ m/\.cfg$/g || $strEachFile =~ m/collect\.bak$/g || $strEachFile =~ m/\.((g|j|l|b)db|idh|i.*|wa|td|tsd|ti|t|tl|w|jpe?g|gif|png|wmf)$/g)) #  || $strEachFile =~ m/\~$/g to get rid of ~ files
     618                if(!($strEachFile eq "log" || $strEachFile eq "fail.log" || $strEachFile eq "earliestDatestamp" || $strEachFile =~ m/\.cfg$/g || $strEachFile =~ m/collect\.bak$/g || $strEachFile =~ m/\.((g|j|l|b)db|idh|i.*|wa|td|tsd|ti|t|tl|w|jpe?g|gif|png|wmf)$/g)) #  || $strEachFile =~ m/\~$/g to get rid of ~ files
    619619                {
    620620                    push(@Errors,TestEach($strNewModel,$strNewTest,$intLevel,$strColName));
Note: See TracChangeset for help on using the changeset viewer.