[PR #7630/0589c841 backport][stable-7] Fix and re-enable cmd_runner tests (#7654)

Fix and re-enable cmd_runner tests (#7630)

Fix cmd_runner tests.

(cherry picked from commit 0589c84176)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2023-12-01 17:48:33 +01:00
committed by GitHub
parent 3593d9c17c
commit 3cf6a67f74
3 changed files with 57 additions and 2 deletions

View File

@@ -24,5 +24,5 @@
ignore_errors: "{{ item.expect_error | default(omit) }}"
- name: check results ({{ item.name }})
assert:
_unsafe_assert:
that: "{{ item.assertions }}"