[Buildbot-commits] buildbot ChangeLog,1.621,1.622

Brian Warner warner at users.sourceforge.net
Mon May 22 00:50:33 UTC 2006


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

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

fix another ShellCommand bug, where non-list commands were broken

	(ShellCommand._interpolateProperties): oops, handle non-list
	commands (i.e. strings with multiple words separated by spaces in
	them) properly, instead of forgetting about them.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -d -r1.621 -r1.622
--- ChangeLog	22 May 2006 00:35:27 -0000	1.621
+++ ChangeLog	22 May 2006 00:50:31 -0000	1.622
@@ -3,6 +3,9 @@
 	* buildbot/process/step.py (ShellCommand.start): make
 	testInterpolate pass. I was passing the uninterpolated command to
 	the RemoteShellCommand constructor
+	(ShellCommand._interpolateProperties): oops, handle non-list
+	commands (i.e. strings with multiple words separated by spaces in
+	them) properly, instead of forgetting about them.
 
 	* buildbot/test/test_properties.py (Run.testInterpolate): new test
 	to actually try to use build properties in a real build. This test





More information about the Commits mailing list