IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2004, 2:51:22 PM (22 years ago)
Author:
desonia
Message:

Bugzilla #131 - Fixed.

Fixed problem where hostname has variable spaces after it that where not being properly handled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r1545 r1602  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-08-14 02:27:02 $
     32#  $Date: 2004-08-20 00:51:22 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    155155                s/\s+\d+:\d+:\d+\w/<TIME>/g;
    156156                s/\d+:\d+:\d+/<DATE>/g;
    157                 s/$hostname/<HOST>/g;
     157                s/$hostname\s*/<HOST>/g;
    158158                s/: Line \d+/: Line <LINENO>/g;
    159159                s/\:\d+/\:<LINENO>/g;
     
    186186                s/\s+\d+:\d+:\d+\w/<TIME>/g;
    187187                s/\d+:\d+:\d+/<DATE>/g;
    188                 s/$hostname/<HOST>/g;
     188                s/$hostname\s*/<HOST>/g;
    189189                s/: Line \d+/: Line <LINENO>/g;
    190190                s/\:\d+/\:<LINENO>/g;
Note: See TracChangeset for help on using the changeset viewer.