[Piuparts-commits] rev 655 - trunk

Holger Levsen holger at alioth.debian.org
Sat Feb 27 00:06:34 UTC 2010


Author: holger
Date: 2010-02-27 00:06:31 +0000 (Sat, 27 Feb 2010)
New Revision: 655

Modified:
   trunk/piuparts-report.py
Log:
also display numbers of packages with issues for passed logfiles

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-02-25 11:29:15 UTC (rev 654)
+++ trunk/piuparts-report.py	2010-02-27 00:06:31 UTC (rev 655)
@@ -909,6 +909,8 @@
                 substats += ", "
               if count_failed != 0:
                 substats += "<span id=\"needs-bugging\">%s failed</span>" % count_failed
+            else:
+                substats += "%s passed" % string.count(rows,"/pass/")
             link += "<li><a href=%s>%s</a>%s</li>" % (
                                                                        template[:-len(".tpl")]+".html", 
                                                                        linktarget_by_template[template],




More information about the Piuparts-commits mailing list