IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1131


Ignore:
Timestamp:
Jun 29, 2004, 1:52:32 PM (22 years ago)
Author:
desonia
Message:

fixed the check for 'bad words'; regular expression had | when we meant \|

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r1073 r1131  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-06-23 23:00:15 $
     21#  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     22#  $Date: 2004-06-29 23:52:32 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    387387    while ( <CAPT_FILE> ) {
    388388        if ( m/FAIL/i || m/FAULT/i || m/ERROR/i || m/Not Found/i
    389                       || m/SIGNAL/i || m/NO SUCH FILE/i || m/|E|/i
    390                       || m/|A|/i ) {
     389                      || m/SIGNAL/i || m/NO SUCH FILE/i || m/\|E\|/i
     390                      || m/\|A\|/i ) {
     391            print;
    391392            if ( $fileName =~ m/out/ ) {
    392393                print("        Failed - File $fileName contains error strings.\n");
Note: See TracChangeset for help on using the changeset viewer.