Changeset 1198 for trunk/psLib/test/runTest
- Timestamp:
- Jul 8, 2004, 9:34:28 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/runTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/runTest
r854 r1198 30 30 # 31 31 # $Revison: $ $Name: not supported by cvs2svn $ 32 # $Date: 2004-0 6-04 02:41:17$32 # $Date: 2004-07-08 19:34:18 $ 33 33 # 34 34 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 108 108 open(MODFILE, ">temp/$testFile.stdout.mod"); 109 109 # Replace the variable date, time and host information with constants 110 $hostname = `hostname`; 111 chop $hostname; 110 112 while( <OUTFILE> ) { 111 113 s/\d+:\d+:\d+/ <DATE> /; 112 114 s/\s+\d+:\d+:\d+\w/ <TIME> /; 113 s/ \|\s*[\w\.\-\_]+\s*\|/<HOST> |/;115 s/$hostname/<HOST>/; 114 116 # Filter lines with malloc. This is an artifact of memory testing 115 117 # with the Mac testbed … … 131 133 s/\d+:\d+:\d+/ <DATE> /; 132 134 s/\s+\d+:\d+:\d+\w/ <TIME> /; 133 s/ \|\s*[\w\.\-\_]+\s*\|/<HOST> |/;135 s/$hostname/<HOST>/; 134 136 # Filter lines with malloc. This is an artifact of memory testing 135 137 # with the Mac testbed
Note:
See TracChangeset
for help on using the changeset viewer.
