[Buildbot-commits] buildbot ChangeLog,1.357,1.358

Brian Warner warner at users.sourceforge.net
Wed Apr 20 20:13:27 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/slave/commands.py (ShellCommand.__init__): use os.pathsep

* buildbot/test/test_web.py (WebTest.test_webPortnum): add timeout
(WebTest.test_webPathname): same
(WebTest.test_webPathname_port): same
(WebTest.test_waterfall): use the default favicon rather than rooting around
the filesystem for it. Open the expected-icon file in binary mode, to make
win32 tests happier (thanks to Nick Trout for the catch)
* buildbot/status/html.py (buildbot_icon): win32 portability


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -d -r1.357 -r1.358
--- ChangeLog	20 Apr 2005 19:32:47 -0000	1.357
+++ ChangeLog	20 Apr 2005 20:13:24 -0000	1.358
@@ -1,5 +1,16 @@
 2005-04-20  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/commands.py (ShellCommand.__init__): use os.pathsep
+
+	* buildbot/test/test_web.py (WebTest.test_webPortnum): add timeout
+	(WebTest.test_webPathname): same
+	(WebTest.test_webPathname_port): same
+	(WebTest.test_waterfall): use the default favicon rather than
+	rooting around the filesystem for it. Open the expected-icon file
+	in binary mode, to make win32 tests happier (thanks to Nick Trout
+	for the catch)
+	* buildbot/status/html.py (buildbot_icon): win32 portability
+
 	* buildbot/test/test_slavecommand.py (SlaveCommandTestCase.testShellZ):
 	win32-compatibility fixes from Nick Trout, the "file not found" message
 	is different under windows





More information about the Commits mailing list