[Buildbot-commits] buildbot ChangeLog,1.604,1.605
Brian Warner
warner at users.sourceforge.net
Sun May 7 00:20:24 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2208
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-522
Creator: Brian Warner <warner at lothar.com>
add a test-patch-only testcase to isolate a windows failure
* buildbot/test/test_vc.py
(Patch.testPatch): add a test which runs 'patch' with less
overhead than the full VCBase.do_patch sequence, to try to isolate
a windows test failure. This one uses slave.commands.ShellCommand
and 'patch', but none of the VC code.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.604
retrieving revision 1.605
diff -u -d -r1.604 -r1.605
--- ChangeLog 6 May 2006 23:51:27 -0000 1.604
+++ ChangeLog 7 May 2006 00:20:21 -0000 1.605
@@ -5,6 +5,10 @@
(CVSSupport.vc_try_checkout): stop trying to strip the timezone.
This should avoid the windows-with-verbose-timezone-name problem
altogether.
+ (Patch.testPatch): add a test which runs 'patch' with less
+ overhead than the full VCBase.do_patch sequence, to try to isolate
+ a windows test failure. This one uses slave.commands.ShellCommand
+ and 'patch', but none of the VC code.
* buildbot/slave/commands.py (getCommand): use which() to find the
executables for 'cvs', 'svn', etc. This ought to help under
More information about the Commits
mailing list