Merge "Remove redundant printing of tobiko execution output"

This commit is contained in:
Zuul 2022-07-06 17:37:24 +00:00 committed by Gerrit Code Review
commit 9c83177b8d

@ -45,12 +45,6 @@
ignore_errors: yes ignore_errors: yes
- name: "show test cases output"
debug: var=run_tox.stdout_lines
when:
- (run_tox.stdout_lines | length) > 0
- name: "show test cases errors" - name: "show test cases errors"
debug: var=run_tox.stderr_lines debug: var=run_tox.stderr_lines
when: when: