[Buildbot-devel] Logging stderr in ShellCommand.createSummary
Axel Hecht
l10n.moz at googlemail.com
Fri Aug 3 21:46:22 UTC 2007
Nice to see it works.
If you want lines, using the body of getText without the join should be faster,
getChunks([STDOUT, STDERR], onlyText=True)
http://buildbot.net/trac/browser/buildbot/status/builder.py#L265
Axel
2007/8/3, Oz <oz at santacruzgames.com>:
> No pasting code is necessary, you were right! I was using readlines()
> instead of getText(). Switching to getText().splitlines() solved the
> problem. Thanks!
>
More information about the devel
mailing list