[Buildbot-commits] buildbot ChangeLog,1.1021,1.1022

Brian Warner warner at users.sourceforge.net
Tue Mar 18 21:41:30 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ add changelog for 'Patch to add 'flags' that can be set in BuildSteps']

Original author: warner at lothar.com
Date: 2008-03-18 21:36:25+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -d -r1.1021 -r1.1022
--- ChangeLog	18 Mar 2008 21:41:19 -0000	1.1021
+++ ChangeLog	18 Mar 2008 21:41:28 -0000	1.1022
@@ -1,5 +1,11 @@
 2008-03-18  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/runutils.py (SetTestFlagStep): test utility class,
+	adding 'flags' that can be set by specific buildsteps. This makes
+	it easier to write tests that detect whether certain buildsteps
+	have been reached or not. Patch by Dustin Mitchell.
+	* buildbot/test/test_run.py (TestFlag.testTestFlag): test for it.
+
 	* buildbot/buildslave.py (BuildSlave.__repr__): protect against
 	.botmaster being empty, to allow pretty-printing of configuration
 	files before the twisted reactor starts. Patch from Dustin





More information about the Commits mailing list