[Buildbot-commits] buildbot ChangeLog,1.1071,1.1072

Brian Warner warner at users.sourceforge.net
Thu Jul 24 00:57:58 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ 	* buildbot/steps/shell.py (Test.setTestResults): set statistics]
	with names like "tests-total" instead of just "total".
	(Test.getText): same
	* buildbot/test/test_steps.py (PerlModuleTest): use
	getStatistic (with "tests-total") instead of getProperty, and call
	it on the step_status, not the step itself. This pair makes the
	PerlModuleTest pass again


Original author: warner at lothar.com
Date: 2008-07-24 00:20:05+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1071
retrieving revision 1.1072
diff -u -d -r1.1071 -r1.1072
--- ChangeLog	24 Jul 2008 00:57:47 -0000	1.1071
+++ ChangeLog	24 Jul 2008 00:57:56 -0000	1.1072
@@ -1,5 +1,13 @@
 2008-07-23  Brian Warner  <warner at lothar.com>
 
+	* buildbot/steps/shell.py (Test.setTestResults): set statistics
+	with names like "tests-total" instead of just "total".
+	(Test.getText): same
+	* buildbot/test/test_steps.py (PerlModuleTest): use
+	getStatistic (with "tests-total") instead of getProperty, and call
+	it on the step_status, not the step itself. This pair makes the
+	PerlModuleTest pass again
+
 	* docs/buildbot.texinfo: update node names and menus
 	* .darcs-boring: resurrect this file after it was accidentally
 	deleted





More information about the Commits mailing list