IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 11:50:14 AM (22 years ago)
Author:
desonia
Message:

modified runTest / FullUnitTest to suppress line numbers in messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r1212 r1404  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-07-13 01:37:58 $
     32#  $Date: 2004-08-06 21:50:13 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    133133            chop $hostname;
    134134            while( <OUTFILE> ) {
    135                 s/\d+:\d+:\d+/ <DATE> /;
    136                 s/\s+\d+:\d+:\d+\w/ <TIME> /;
    137                 s/$hostname/<HOST>/;
     135                s/\s+\d+:\d+:\d+\w/<TIME>/g;
     136                s/\d+:\d+:\d+/<DATE>/g;
     137                s/$hostname/<HOST>/g;
     138                s/: Line \d+/: Line <LINENO>/g;
     139                s/\:\d+/\:<LINENO>/g;
    138140                # Filter lines with malloc.  This is an artifact of memory testing
    139141                # with the Mac testbed
     
    156158            # Replace the variable date, time and host information with constants
    157159            while( <OUTFILE> ) {
    158                 s/\d+:\d+:\d+/ <DATE> /;
    159                 s/\s+\d+:\d+:\d+\w/ <TIME> /;
    160                 s/$hostname/<HOST>/;
     160                s/\s+\d+:\d+:\d+\w/<TIME>/g;
     161                s/\d+:\d+:\d+/<DATE>/g;
     162                s/$hostname/<HOST>/g;
     163                s/: Line \d+/: Line <LINENO>/g;
     164                s/\:\d+/\:<LINENO>/g;
    161165                # Filter lines with malloc.  This is an artifact of memory testing
    162166                # with the Mac testbed
Note: See TracChangeset for help on using the changeset viewer.