Skip to content

Commit

Permalink
Merge pull request #148 from nsilla/verify_tests
Browse files Browse the repository at this point in the history
verify_tests: restored file name in fail task
  • Loading branch information
nsilla authored Jan 29, 2024
2 parents 62372c1 + c9bfabf commit 88846fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/verify_tests/tasks/parse_junit_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ansible.builtin.set_fact:
actual_results: "{{ item | redhatci.ocp.junit2dict }}"

- name: Fail if not all test results are as expected
- name: "Fail if not all test results are as expected for {{ item | basename }}"
vars:
expectation_failed: "{{ t.expected_results | redhatci.ocp.regex_diff(actual_results) }}"
ansible.builtin.fail:
Expand Down

0 comments on commit 88846fd

Please sign in to comment.