Changeset 1073 for trunk/psLib/test/FullUnitTest
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/FullUnitTest (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r1035 r1073 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1. 7$ $Name: not supported by cvs2svn $22 # $Date: 2004-06- 15 00:19:42$21 # $Revision: 1.8 $ $Name: not supported by cvs2svn $ 22 # $Date: 2004-06-23 23:00:15 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 302 302 $retVal = $?; 303 303 # Count testpoints 304 $totalPoints = `grep -c '***** TESTPOINT *****' temp/$files[$j].stdout`; 305 $totalPoints += `grep -c '***** TESTPOINT *****' temp/$files[$j].stderr`; 304 $testPattern = "\"\\*\\*\\*\\* TESTPOINT \\*\\*\\*\\*\""; 305 $totalPoints = `grep -c $testPattern temp/$files[$j].stdout`; 306 $totalPoints += `grep -c $testPattern temp/$files[$j].stderr`; 306 307 $failPoints = `grep "> TESTPOINT FAILED" temp/$files[$j].stdout | wc -l`; 307 308 $failPoints += `grep "> TESTPOINT FAILED" temp/$files[$j].stderr | wc -l`;
Note:
See TracChangeset
for help on using the changeset viewer.
