[Buildbot-commits] buildbot/buildbot/process step_twisted.py,1.70,1.71
Brian Warner
warner at users.sourceforge.net
Mon Oct 24 04:20:49 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1925/buildbot/process
Modified Files:
step_twisted.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-374
Creator: Brian Warner <warner at lothar.com>
try fixing ProcessDocs.createSummary again
--This line, and those below, will be ignored--
Files to commit:
<can't compute list>
This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!
Index: step_twisted.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step_twisted.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- step_twisted.py 24 Oct 2005 04:13:06 -0000 1.70
+++ step_twisted.py 24 Oct 2005 04:20:47 -0000 1.71
@@ -631,7 +631,7 @@
warningLines.append(line)
if warningLines:
- self.addCompleteLog("warnings", "".join(warningLines))
+ self.addCompleteLog("warnings", "\n".join(warningLines) + "\n")
self.warnings = len(warningLines)
def evaluateCommand(self, cmd):
More information about the Commits
mailing list