Changeset 1198 for trunk/psLib/test/FullUnitTest
- Timestamp:
- Jul 8, 2004, 9:34:28 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/FullUnitTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r1131 r1198 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1. 9$ $Name: not supported by cvs2svn $22 # $Date: 2004-0 6-29 23:52:32$21 # $Revision: 1.10 $ $Name: not supported by cvs2svn $ 22 # $Date: 2004-07-08 19:34:18 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 552 552 open(MODFILE, "> temp/$fileName.stdout.mod"); 553 553 # Replace the variable data, time and host information with constants 554 $hostname = `hostname`; 555 chop $hostname; 554 556 while( <OUTFILE> ) { 555 557 s/\d+:\d+:\d+/ <DATE> /; 556 558 s/\s+\d+:\d+:\d+\w/ <TIME> /; 557 s/ \|\s*[\w\.\-\_]+\s*\|/<HOST> |/;559 s/$hostname/<HOST>/; 558 560 # Filter lines with *** malloc. This is an artifact of Mac testing of 559 561 # memory functions … … 575 577 s/\d+:\d+:\d+/ <DATE> /; 576 578 s/\s+\d+:\d+:\d+\w/ <TIME> /; 577 s/ \|\s*[\w\.\-\_]+\s*\|/<HOST> |/;579 s/$hostname/<HOST>/; 578 580 # Filter lines with *** malloc. This is an artifact of Mac testing of 579 581 # memory functions
Note:
See TracChangeset
for help on using the changeset viewer.
