ansible/changelogs/fragments/ansible-test-ignore-tests-output.yml
Matt Clay f110abb806
Fix ansible-test to ignore tests/output/. (#62084)
The `test/results/` directory for Ansible test output was already ignored when not using git.

When Ansible Collections were switched to `tests/output/` the ignore entry was previously overlooked.
2019-09-10 15:49:40 -07:00

3 lines
102 B
YAML

bugfixes:
- ansible-test now properly ignores the ``tests/output//`` directory when not using git