Changeset 3682 for trunk/psLib/test/runTest
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/runTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/runTest
r3599 r3682 26 26 # 27 27 # $Revison: $ $Name: not supported by cvs2svn $ 28 # $Date: 2005-0 3-31 23:37:09$28 # $Date: 2005-04-07 20:27:41 $ 29 29 # 30 30 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 144 144 s/v\d+.\d+.\d+/vX.X.X/g; 145 145 146 if (m/TestPoint:\s*([^\*]+)/) { 147 $testfile = $1; 148 } 149 if (m/^---> TESTPOINT\s(\S+)/) { 150 print "\t$testfile- $1\n"; 151 } 152 146 153 # Filter lines with malloc. This is an artifact of memory testing 147 154 # with the Mac testbed … … 177 184 s/v\d+.\d+.\d+/vX.X.X/g; 178 185 186 if (m/ TestPoint:\s*([^\*]+)/) { 187 $testfile = $1; 188 } 189 if (m/^---> TESTPOINT\s(\S+)/) { 190 print "\t$testfile- $1\n"; 191 } 192 179 193 # Filter lines with malloc. This is an artifact of memory testing 180 194 # with the Mac testbed 195 181 196 if ( !m/\*\*\*\smalloc/ ) { 182 197 print MODFILE ($_);
Note:
See TracChangeset
for help on using the changeset viewer.
