Changeset 1404 for trunk/psLib/test/FullUnitTest
- Timestamp:
- Aug 6, 2004, 11:50:14 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/FullUnitTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r1198 r1404 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1.1 0$ $Name: not supported by cvs2svn $22 # $Date: 2004-0 7-08 19:34:18$21 # $Revision: 1.11 $ $Name: not supported by cvs2svn $ 22 # $Date: 2004-08-06 21:50:13 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 555 555 chop $hostname; 556 556 while( <OUTFILE> ) { 557 s/\d+:\d+:\d+/ <DATE> /; 558 s/\s+\d+:\d+:\d+\w/ <TIME> /; 559 s/$hostname/<HOST>/; 557 s/\s+\d+:\d+:\d+\w/<TIME>/g; 558 s/\d+:\d+:\d+/<DATE>/g; 559 s/$hostname/<HOST>/g; 560 s/: Line \d+/: Line <LINENO>/g; 561 s/\:\d+/\:<LINENO>/g; 560 562 # Filter lines with *** malloc. This is an artifact of Mac testing of 561 563 # memory functions … … 575 577 # Replace the variable date, time and host information with constants 576 578 while( <OUTFILE> ) { 577 s/\d+:\d+:\d+/ <DATE> /; 578 s/\s+\d+:\d+:\d+\w/ <TIME> /; 579 s/$hostname/<HOST>/; 579 s/\s+\d+:\d+:\d+\w/<TIME>/g; 580 s/\d+:\d+:\d+/<DATE>/g; 581 s/$hostname/<HOST>/g; 582 s/: Line \d+/: Line <LINENO>/g; 583 s/\:\d+/\:<LINENO>/g; 580 584 # Filter lines with *** malloc. This is an artifact of Mac testing of 581 585 # memory functions
Note:
See TracChangeset
for help on using the changeset viewer.
