[Buildbot-commits] buildbot ChangeLog,1.293,1.294

Brian Warner warner at users.sourceforge.net
Thu Oct 14 17:28:37 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/test/test_maildir.py (MaildirTest): use shutil.rmtree
instead of os.system("rm -rf") for win32 portability

* buildbot/test/test_slavecommand.py (SlaveCommandTestCase): use
SignalMixin instead of starting/stopping the reactor, which is
likely to cause problems with other tests


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- ChangeLog	14 Oct 2004 16:59:37 -0000	1.293
+++ ChangeLog	14 Oct 2004 17:28:34 -0000	1.294
@@ -1,5 +1,12 @@
 2004-10-14  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_maildir.py (MaildirTest): use shutil.rmtree
+	instead of os.system("rm -rf") for win32 portability
+
+	* buildbot/test/test_slavecommand.py (SlaveCommandTestCase): use
+	SignalMixin instead of starting/stopping the reactor, which is
+	likely to cause problems with other tests
+
 	* buildbot/slave/commands.py (SourceBase.doCopy): remove leftover
 	self.copyComplete() call. Yoz Grahame makes the catch.
 





More information about the Commits mailing list