[Buildbot-commits] buildbot ChangeLog,1.620,1.621

Brian Warner warner at users.sourceforge.net
Mon May 22 00:35:29 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-557
Creator:  Brian Warner <warner at lothar.com>

fix (and add test for) a serious build-properties bug in ShellCommand

	* buildbot/process/step.py (ShellCommand.start): make
	testInterpolate pass. I was passing the uninterpolated command to
	the RemoteShellCommand constructor

	* buildbot/test/test_properties.py (Run.testInterpolate): new test
	to actually try to use build properties in a real build. This test
	fails.
	* buildbot/test/runutils.py (RunMixin.requestBuild): utility methods
	to start and evaluate builds


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -d -r1.620 -r1.621
--- ChangeLog	21 May 2006 23:12:46 -0000	1.620
+++ ChangeLog	22 May 2006 00:35:27 -0000	1.621
@@ -1,5 +1,15 @@
 2006-05-21  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step.py (ShellCommand.start): make
+	testInterpolate pass. I was passing the uninterpolated command to
+	the RemoteShellCommand constructor
+
+	* buildbot/test/test_properties.py (Run.testInterpolate): new test
+	to actually try to use build properties in a real build. This test
+	fails.
+	* buildbot/test/runutils.py (RunMixin.requestBuild): utility methods
+	to start and evaluate builds
+
 	* buildbot/test/test__versions.py: add a pseudo-test to record
 	what version of Twisted/Python/Buildbot are running. This should
 	show up at the beginning of _trial_tmp/test.log, and exists to help





More information about the Commits mailing list