mirror of https://github.com/ansible/ansible.git
Fix ansible-test handling of git submodules. (#65027)
* Revert most of PR #61605 commit e218c9814c
This removes the git error handling that converted all git errors into warnings.
* Fix ansible-test handling of git submodules.
pull/65080/head
parent
3f3d1d8f2d
commit
ba273c72d8
@ -0,0 +1,5 @@
|
|||||||
|
bugfixes:
|
||||||
|
- ansible-test now properly handles enumeration of git submodules.
|
||||||
|
Enumeration is now done with ``git submodule status --recursive`` without specifying ``.`` for the path, since that could cause the command to fail.
|
||||||
|
Instead, relative paths outside the current directory are filtered out of the results.
|
||||||
|
Errors from ``git`` commands will now once again be reported as errors instead of warnings.
|
||||||
Loading…
Reference in New Issue