anaconda/tests/roles/global-result/tasks/main.yml
Radek Vykydal 1471316eac Import Anaconda functional tests from RHEL 8
Related: rhbz#1961087
2021-06-28 16:27:19 +02:00

7 lines
161 B
YAML

---
# Make the test fail based on individual test failures
- fail:
msg: "The test has failed."
when: global_result is defined and global_result == "FAIL"