|
From: <son...@us...> - 2008-04-30 19:14:31
|
Revision: 317
http://cbench.svn.sourceforge.net/cbench/?rev=317&view=rev
Author: sonicsoft70
Date: 2008-04-30 12:14:25 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
fix for Cbench NOTICEs
Modified Paths:
--------------
trunk/fixit123/bin/step3b
Modified: trunk/fixit123/bin/step3b
===================================================================
--- trunk/fixit123/bin/step3b 2008-04-30 18:38:28 UTC (rev 316)
+++ trunk/fixit123/bin/step3b 2008-04-30 19:14:25 UTC (rev 317)
@@ -232,6 +232,9 @@
elsif ($l =~ /PASSED =\s+(\d+)/) {
$passed_jobs += $1;
}
+ elsif ($l =~ /NOTICE =\s+(\d+)/) {
+ $passed_jobs += $1;
+ }
elsif ($l =~ /ERROR\((\S+)\) =\s+(\d+)/) {
($1 eq 'NOTBUILT') and $passed_jobs += $2;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|