[Buildbot-devel] force-page property logs? and BuildStep.doStepIf not called

Dustin J. Mitchell dustin at zmanda.com
Fri Mar 26 19:50:52 UTC 2010


On Fri, Mar 26, 2010 at 2:26 PM, Mike Winter <miwinter at cisco.com> wrote:
>   step.doStepIf = checkForSkipOrRun       <========= the new thing
>   b.addStep(step)
>
> The doStepIf fn (checkForSkipOrRun ) is not being called. I added a
> twlog.msg at start of fn and never see it in log. Then....digging I see some
> clues.

You are assigning an object attribute, when you really need to be
passing the doStepIf to the ShellCommand constructor.

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list