Changeset 1404 for trunk/psLib/test/runTest
- Timestamp:
- Aug 6, 2004, 11:50:14 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/runTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/runTest
r1212 r1404 30 30 # 31 31 # $Revison: $ $Name: not supported by cvs2svn $ 32 # $Date: 2004-0 7-13 01:37:58$32 # $Date: 2004-08-06 21:50:13 $ 33 33 # 34 34 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 133 133 chop $hostname; 134 134 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; 138 140 # Filter lines with malloc. This is an artifact of memory testing 139 141 # with the Mac testbed … … 156 158 # Replace the variable date, time and host information with constants 157 159 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; 161 165 # Filter lines with malloc. This is an artifact of memory testing 162 166 # with the Mac testbed
Note:
See TracChangeset
for help on using the changeset viewer.
