Changeset 731 for trunk/psLib/test/runTest
- Timestamp:
- May 18, 2004, 3:57:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/runTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/runTest
r632 r731 30 30 # 31 31 # $Revison: $ $Name: not supported by cvs2svn $ 32 # $Date: 2004-05-1 0 20:00:16$32 # $Date: 2004-05-19 01:57:05 $ 33 33 # 34 34 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 112 112 s/\s+\d+:\d+:\d+\w/ <TIME> /; 113 113 s/\|[\w\.\-\_]+\|/<HOST> |/; 114 print MODFILE ($_); 114 # Filter lines with malloc. This is an artifact of memory testing 115 # with the Mac testbed 116 if ( ! m/\*\*\*\smalloc/ ) { 117 print MODFILE ($_); 118 } 115 119 } 116 120 # Close mod file … … 128 132 s/\s+\d+:\d+:\d+\w/ <TIME> /; 129 133 s/\|[\w\.\-\_]+\|/<HOST> |/; 130 print MODFILE ($_); 134 # Filter lines with malloc. This is an artifact of memory testing 135 # with the Mac testbed 136 if ( ! m/\*\*\*\smalloc/ ) { 137 print MODFILE ($_); 138 } 131 139 } 132 140 # Close mod file
Note:
See TracChangeset
for help on using the changeset viewer.
