[Buildbot-commits] buildbot ChangeLog,1.695,1.696

Brian Warner warner at users.sourceforge.net
Sun Aug 6 20:05:40 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ Trial: fall back to 'cat' if the slave is too old to use logfiles=]

Original author: warner at lothar.com
Date: 2006-08-06 20:03:51

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.695
retrieving revision 1.696
diff -u -d -r1.695 -r1.696
--- ChangeLog	6 Aug 2006 20:05:31 -0000	1.695
+++ ChangeLog	6 Aug 2006 20:05:38 -0000	1.696
@@ -1,5 +1,12 @@
 2006-08-06  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step_twisted.py (Trial.start): if the
+	buildslave is too old to understand logfiles=, fall back to
+	running 'cat _trial_temp/test.log' like before.
+	(Trial.commandComplete): same. this takes advantage of the
+	LoggingBuildStep refactoring to stall commandComplete long enough
+	to run a second RemoteShellCommand.
+
 	* buildbot/process/step.py (LoggingBuildStep.startCommand):
 	refactor command-completion handling, to allow methods like
 	commandComplete/createSummary/evaluateCommand to return Deferreds.





More information about the Commits mailing list