mirror of https://github.com/ansible/ansible.git
[stable-2.9] Exclude tmp dir from ansible-test results copy.
This fixes test errors related to failures copying temporary test results files from a remote system back to the local system.
It also speeds up processing of test results and reduces network utilization by avoiding the temporary files.
(cherry picked from commit 3f2380ccce
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/62989/head
parent
042143177c
commit
4dda11a770
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now correctly excludes the test results temporary directory when copying files from the remote test system to the local system
|
Loading…
Reference in New Issue