Show
Ignore:
Timestamp:
06/26/09 23:19:55 (5 months ago)
Author:
sukyoungryu
Message:

[tests] Refactored the test harness to handle any Fortress shell commands.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/copyrightCheck.pl

    r3887 r3898  
    3939my $copyright = "Copyright $checkDate "; # The message to look for. 
    4040my $maxlines = 10;       # The message must appear within this many lines of the top of the file. 
    41 my $ignoreThese = 'ant|fortress-keywords|UserDictionary|README.txt|README$|\.fsg$|\.NW$|fortress.vim|\.ods|\.jar$|\.timing$|\.war$|\.zip$|\.tgz$|\/\.|^\.|^Sandbox'; 
     41my $ignoreThese = 'ant|fortress-keywords|UserDictionary|README.txt|README$|\.fsg$|\.NW$|fortress.vim|\.ods|\.jar$|\.tic$|\.timing$|\.war$|\.zip$|\.tgz$|\/\.|^\.|^Sandbox'; 
    4242my $tempFile = '/tmp/svnInfo.xml'; 
    4343