IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 854


Ignore:
Timestamp:
Jun 3, 2004, 4:41:17 PM (22 years ago)
Author:
evanalst
Message:

Modify host filtering of STDERR and STDOUT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r853 r854  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-06-04 02:35:02 $
     32#  $Date: 2004-06-04 02:41:17 $
    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/\|\s*[\w\.\-\_]+\s*\|/| <HOST> |/;
     113            s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
    114114            # Filter lines with malloc.  This is an artifact of memory testing
    115115            # with the Mac testbed
     
    131131            s/\d+:\d+:\d+/ <DATE> /;
    132132            s/\s+\d+:\d+:\d+\w/ <TIME> /;
    133             s/\|\s*[\w\.\-\_]+\s*\|/| <HOST> |/;
     133            s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
    134134            # Filter lines with malloc.  This is an artifact of memory testing
    135135            # with the Mac testbed
Note: See TracChangeset for help on using the changeset viewer.