[Buildbot-devel] adding LogObserver - the manual lost me
brett
bneely at gmail.com
Tue Sep 26 22:13:28 UTC 2006
I'm working on a logObserver for one of my build steps. In the
manual, I got here:
To connect this parser into the Trial BuildStep, Trial.__init__ ends
with the following clause:
# this counter will feed Progress along the 'test cases' metric
counter = TrialTestCaseCounter()
self.addLogObserver('stdio', counter)
and I don't know what to do with it. Sounds like I have to create or
extend __init__ for the Trial step, but I am not clear on where that
goes in my master.cfg .
-b
More information about the devel
mailing list