Display output for loops on 'ok' result
This commit is contained in:
parent
3fa33ce96b
commit
219f1b8380
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ class CallbackModule(CallbackBase):
|
||||||
def v2_runner_item_on_failed(self, result):
|
def v2_runner_item_on_failed(self, result):
|
||||||
self.v2_runner_on_failed(result)
|
self.v2_runner_on_failed(result)
|
||||||
|
|
||||||
|
def v2_runner_item_on_ok(self, result):
|
||||||
|
self.v2_runner_on_ok(result)
|
||||||
|
|
||||||
def v2_runner_on_unreachable(self, result):
|
def v2_runner_on_unreachable(self, result):
|
||||||
msg = "unreachable"
|
msg = "unreachable"
|
||||||
display_color = C.COLOR_UNREACHABLE
|
display_color = C.COLOR_UNREACHABLE
|
||||||
|
|
Loading…
Reference in a new issue