mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Miscellaneous bug fixes for ansible-test.
- Overhauled coverage injector to fix issues with non-local tests. - Updated integration tests to work with the new coverage injector. - Fix concurrency issue by using random temp files for delegation. - Fix handling of coverage files from root user. - Fix handling of coverage files without arcs. - Make sure temp copy of injector is world readable and executable.
This commit is contained in:
parent
548cacdf6a
commit
dfd19a812f
26 changed files with 259 additions and 155 deletions
|
@ -2,12 +2,8 @@
|
|||
|
||||
set -eux
|
||||
|
||||
env
|
||||
|
||||
which python
|
||||
python --version
|
||||
|
||||
which ansible
|
||||
ansible --version
|
||||
ansible testhost -i ../../inventory -vvv -e "ansible_python_interpreter=$(which python)" -m ping
|
||||
ansible testhost -i ../../inventory -vvv -e "ansible_python_interpreter=$(which python)" -m setup
|
||||
ansible --help
|
||||
|
||||
ansible testhost -i ../../inventory -m ping "$@"
|
||||
ansible testhost -i ../../inventory -m setup "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue