[Buildbot-commits] buildbot ChangeLog,1.388,1.389
Brian Warner
warner at users.sourceforge.net
Tue Apr 26 09:43:26 UTC 2005
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/test test_web.py,1.10,1.11 test_vc.py,1.25,1.26 test_twisted.py,1.4,1.5 test_runner.py,1.1,1.2 test_run.py,1.25,1.26 test_control.py,1.4,1.5
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_runner.py,1.2,1.3 test_run.py,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8738
Modified Files:
ChangeLog
Log Message:
* buildbot/test/test_control.py (Force.rmtree): python2.2
compatibility, apparently its shutil.rmtree ignore_errors=
argument is ignored.
* buildbot/test/test_run.py (Run.rmtree): same
(RunMixin.setUp): same
* buildbot/test/test_runner.py (make): python2.2 has os.sep but
not os.path.sep
* buildbot/test/test_twisted.py (Parse.failUnlessIn): 2.2 has no
'substring in string' operator, must use string.find(substr)!=-1
* buildbot/test/test_vc.py (Patch.failUnlessIn): same
* buildbot/test/test_web.py (WebTest.failUnlessIn): same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- ChangeLog 26 Apr 2005 09:14:10 -0000 1.388
+++ ChangeLog 26 Apr 2005 09:43:23 -0000 1.389
@@ -1,5 +1,19 @@
2005-04-26 Brian Warner <warner at lothar.com>
+ * buildbot/test/test_control.py (Force.rmtree): python2.2
+ compatibility, apparently its shutil.rmtree ignore_errors=
+ argument is ignored.
+ * buildbot/test/test_run.py (Run.rmtree): same
+ (RunMixin.setUp): same
+
+ * buildbot/test/test_runner.py (make): python2.2 has os.sep but
+ not os.path.sep
+
+ * buildbot/test/test_twisted.py (Parse.failUnlessIn): 2.2 has no
+ 'substring in string' operator, must use string.find(substr)!=-1
+ * buildbot/test/test_vc.py (Patch.failUnlessIn): same
+ * buildbot/test/test_web.py (WebTest.failUnlessIn): same
+
* buildbot/scripts/runner.py (loadOptions): add code to search for
~/.buildbot/, a directory with things like 'options', containing
defaults for various 'buildbot' subcommands. .buildbot/ can be in
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/test test_web.py,1.10,1.11 test_vc.py,1.25,1.26 test_twisted.py,1.4,1.5 test_runner.py,1.1,1.2 test_run.py,1.25,1.26 test_control.py,1.4,1.5
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_runner.py,1.2,1.3 test_run.py,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list