IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 632


Ignore:
Timestamp:
May 10, 2004, 10:00:16 AM (22 years ago)
Author:
desonia
Message:

Added '\' in front of '|' the regex found in errorStrSearch function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r607 r632  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-05-07 22:10:50 $
     32#  $Date: 2004-05-10 20:00:16 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    202202    while ( <CAPT_FILE> ) {
    203203        if ( m/FAIL/i || m/FAULT/i || m/ERROR/i || m/Not Found/i
    204                       || m/SIGNAL/i || m/NO SUCH FILE/i || m/|E|/i
    205                       || m/|A|/i ) {
     204                      || m/SIGNAL/i || m/NO SUCH FILE/i || m/\|E\|/i
     205                      || m/\|A\|/i ) {
    206206            if ( $fileName =~ m/out/ ) {
    207207                print("        Failed - File $fileName contains error strings.\n");
Note: See TracChangeset for help on using the changeset viewer.