mirror of https://github.com/ansible/ansible.git
[stable-2.9] 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.
(cherry picked from commit f110abb
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/62162/head
parent
307c8c6a49
commit
4f51852b5e
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now properly ignores the ``tests/output//`` directory when not using git
|
Loading…
Reference in New Issue