IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2004, 12:10:50 PM (22 years ago)
Author:
evanalst
Message:

Added more characters to filter out host name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r585 r607  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-05-06 00:45:10 $
     32#  $Date: 2004-05-07 22:10:50 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    111111            s/\d+:\d+:\d+/ <DATE> /;
    112112            s/\s+\d+:\d+:\d+\w/ <TIME> /;
    113             s/\|[\w\.]+\|/<HOST> |/;
     113            s/\|[\w\.\-\_]+\|/<HOST> |/;
    114114            print MODFILE ($_);
    115115        }
     
    127127            s/\d+:\d+:\d+/ <DATE> /;
    128128            s/\s+\d+:\d+:\d+\w/ <TIME> /;
    129             s/\|[\w\.]+\|/<HOST> |/;
     129            s/\|[\w\.\-\_]+\|/<HOST> |/;
    130130            print MODFILE ($_);
    131131        }
     
    280280            } elsif ( $streamFile =~ /err$/ ) {
    281281               # Display message of the failure of difference to user
    282                print("        Failed - STDERR difference\n$diffsdout\n");
     282               print("        Failed - STDERR difference\n$diffstdout\n");
    283283
    284284               # Exit value to indicate STDERR did not compare
Note: See TracChangeset for help on using the changeset viewer.