7 lines
161 B
YAML
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"
|