The continue statement was missing for this event and the event was then
listed in the "known safe to ignore list". Clean this up.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
if isinstance(event, bb.runqueue.runQueueExitWait):
if not main.shutdown:
main.shutdown = 1
-
+ continue
if isinstance(event, bb.event.LogExecTTY):
if log_exec_tty:
tries = event.retries
bb.event.RecipeParsed,
bb.event.RecipePreFinalise,
bb.runqueue.runQueueEvent,
- bb.runqueue.runQueueExitWait,
bb.event.OperationStarted,
bb.event.OperationCompleted,
bb.event.OperationProgress,