[Buildbot-devel] Logging stderr in ShellCommand.createSummary
Oz
oz at santacruzgames.com
Tue Jul 24 16:28:45 UTC 2007
Hi,
I have subclassed ShellCommand in order to make a custom build step and
create a custom log of it. However, in my implementation of
createSummary, the "log" parameter that is passed in does not contain
any stderr output. Setting want_stderr to True on the class does not
appear to have any effect. The weird part is that the default "stdio"
log _does_ contain stderr, highlighted in red.
Is there any way to route stderr into the same "log" that is given to
createSummary? Thanks.
=oz
More information about the devel
mailing list