Changeset 731 for trunk/psLib/test/FullUnitTest
- Timestamp:
- May 18, 2004, 3:57:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/FullUnitTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r607 r731 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1. 3$ $Name: not supported by cvs2svn $22 # $Date: 2004-05- 07 22:10:50$21 # $Revision: 1.4 $ $Name: not supported by cvs2svn $ 22 # $Date: 2004-05-19 01:57:05 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 538 538 s/\s+\d+:\d+:\d+\w/ <TIME> /; 539 539 s/\|[\w\.\-\_]+\|/<HOST> |/; 540 print MODFILE ($_); 540 # Filter lines with *** malloc. This is an artifact of Mac testing of 541 # memory functions 542 if ( ! m/\*\*\*\smalloc/ ) { 543 print MODFILE ($_); 544 } 541 545 } 542 546 # Close mod file … … 554 558 s/\s+\d+:\d+:\d+\w/ <TIME> /; 555 559 s/\|[\w\.\-\_]+\|/<HOST> |/; 556 print MODFILE ($_); 560 # Filter lines with *** malloc. This is an artifact of Mac testing of 561 # memory functions 562 if ( ! m/\*\*\*\smalloc/ ) { 563 print MODFILE ($_); 564 } 557 565 } 558 566 # Close mod file
Note:
See TracChangeset
for help on using the changeset viewer.
