IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2004, 4:29:12 PM (22 years ago)
Author:
gusciora
Message:

Fixed host matching in runTest, and added memory checks for the log message
routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r731 r852  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-05-19 01:57:05 $
     32#  $Date: 2004-06-04 02:29:12 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    131131            s/\d+:\d+:\d+/ <DATE> /;
    132132            s/\s+\d+:\d+:\d+\w/ <TIME> /;
    133             s/\|[\w\.\-\_]+\|/<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.