[Buildbot-commits] buildbot/buildbot/process factory.py,1.10,1.11
Brian Warner
warner at users.sourceforge.net
Sat Nov 5 21:52:10 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25568/buildbot/process
Modified Files:
factory.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-412
Creator: Brian Warner <warner at lothar.com>
fix silly typo, add TODO test
* buildbot/process/factory.py (GNUAutoconf.__init__): fix a silly
typo, caught by Mark Dillavou, closes SF#1216636.
* buildbot/test/test_status.py (Log.TODO_testDuplicate): add notes
about a test to add some day
Index: factory.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/factory.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- factory.py 19 Jul 2005 23:11:58 -0000 1.10
+++ factory.py 5 Nov 2005 21:52:08 -0000 1.11
@@ -51,7 +51,7 @@
# list of strings is the preferred form.
if type(configure) is str:
if configureFlags:
- assert not " " in str # please use list instead
+ assert not " " in configure # please use list instead
command = [configure] + configureFlags
else:
command = configure
More information about the Commits
mailing list