IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 607


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

Added more characters to filter out host name.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r585 r607  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.2 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-05-06 00:45:10 $
     21#  $Revision: 1.3 $  $Name: not supported by cvs2svn $
     22#  $Date: 2004-05-07 22:10:50 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    537537       s/\d+:\d+:\d+/ <DATE> /;
    538538       s/\s+\d+:\d+:\d+\w/ <TIME> /;
    539        s/\|[\w\.]+\|/<HOST> |/;
     539       s/\|[\w\.\-\_]+\|/<HOST> |/;
    540540       print MODFILE ($_);
    541541   }
     
    553553       s/\d+:\d+:\d+/ <DATE> /;
    554554       s/\s+\d+:\d+:\d+\w/ <TIME> /;
    555        s/\|[\w\.]+\|/<HOST> |/;
     555       s/\|[\w\.\-\_]+\|/<HOST> |/;
    556556       print MODFILE ($_);
    557557   }
  • 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.