[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.31, 1.32

Brian Warner warner at users.sourceforge.net
Mon Jul 21 14:52:31 UTC 2008


Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25448/buildbot/status/web

Modified Files:
	waterfall.py 
Log Message:
[project @ #228:comment-out-sumStepProperty.patch]
comment out a call to a non-existent function, temporarily

Original author: dustin at v.igoro.us
Date: 2008-07-01 15:33:39+00:00

Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- waterfall.py	25 Jun 2008 23:52:26 -0000	1.31
+++ waterfall.py	21 Jul 2008 14:52:28 -0000	1.32
@@ -110,8 +110,8 @@
         number = b.getNumber()
         url = path_to_build(req, b)
         text = b.getText()
-        tests_failed = b.sumStepProperty('tests-failed')
-        if tests_failed: text.extend(["Failed tests: %d" % tests_failed])
+        #tests_failed = b.sumStepProperty('tests-failed')
+        #if tests_failed: text.extend(["Failed tests: %d" % tests_failed])
         # TODO: maybe add logs?
         # TODO: add link to the per-build page at 'url'
         c = b.getColor()





More information about the Commits mailing list