[Buildbot-commits] buildbot ChangeLog,1.698,1.699
Brian Warner
warner at users.sourceforge.net
Sun Aug 6 23:30:02 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32482
Modified Files:
ChangeLog
Log Message:
[project @ add docs to kevin's test_vc patch, rename helper function]
Original author: warner at lothar.com
Date: 2006-08-06 23:02:15
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -d -r1.698 -r1.699
--- ChangeLog 6 Aug 2006 22:37:20 -0000 1.698
+++ ChangeLog 6 Aug 2006 23:30:00 -0000 1.699
@@ -1,5 +1,13 @@
2006-08-06 Brian Warner <warner at lothar.com>
+ * buildbot/test/test_vc.py (BaseHelper.dovc): patch from Kevin
+ Turner to prefer lists over strings when creating/running VC
+ commands during unit tests. This is clearly necessary to survive
+ vcexe containing spaces, like "C:\Program Files\darcs.exe". I
+ renamed the wq() function to qw() though, since that's how it's
+ spelled in perl. Eventually I'd prefer all commands to be
+ specified with lists.
+
* buildbot/slave/commands.py (LogFileWatcher): handle logfiles
which are deleted (or not yet created) correctly. Also add
failsafe code to not explode if the file-watching poller doesn't
More information about the Commits
mailing list