mirror of https://github.com/ansible/ansible.git
[stable-2.11] ansible-test - Use relative paths in junit output. (#76909)
* [stable-2.11] ansible-test - Use relative paths in junit output. (#76871) * ansible-test - Use relative paths in junit output. * ansible-test - Handle out-of-tree JUnit paths. * Also fix a traceback in the junit callback during automatic fact gathering. (cherry picked from commitpull/76962/headfbb5d56bd2
) * Fix task path unicode error in junit callback. (cherry picked from commit41db6d8d35
)
parent
4081c8d239
commit
cc97353702
@ -0,0 +1,6 @@
|
||||
bugfixes:
|
||||
- ansible-test - Use relative paths in JUnit files generated during integration test runs.
|
||||
- ansible-test - Replace the directory portion of out-of-tree paths in JUnit files from integration tests with the ``out-of-tree:`` prefix.
|
||||
- junit callback - Fix traceback during automatic fact gathering when using relative paths.
|
||||
minor_changes:
|
||||
- junit callback - Add support for replacing the directory portion of out-of-tree relative task paths with a placeholder.
|
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- junit callback - Fix unicode error when handling non-ASCII task paths.
|
Loading…
Reference in New Issue