Setting observer on ShellCommand doesn't seem to work since
during _connectPendingLogObservers of BuildStep logs will be empty.

This means that for an example:

s = ShellCommand(...)
s.addLogObserver('stdio', ...)


won't actually do anything since observer won't get subscribed to stdio.

What am I missing here to observe stdio of ShellCommand (that is without
subclassing solution)?

Thanks,
Drago
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to