[Buildbot-devel] Custom BuildStep Error
David A. Greene
greened at obbligato.org
Thu Nov 20 19:32:23 UTC 2008
On Thursday 20 November 2008 11:51, David A. Greene wrote:
> I got a custom BuildStep from another user that knows about DejaGNU:
>
> class DejaGNUTester(Test):
> command=["make", "check"]
> total = 0
> description = "testing"
> descriptionDone = "test"
> def __init__(self, type):
> description = "testing " + type
> descriptionDone = "test " + type
Ah, problem was I didn't call Test.__init__ with **kwargs.
-Dave
More information about the devel
mailing list