Replace symlinks with meta/runtime.yml redirects. (#4562)

This commit is contained in:
Felix Fontein 2022-04-26 20:33:13 +02:00 committed by GitHub
parent 7ee38eadf3
commit 7743ecd776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
553 changed files with 1109 additions and 559 deletions

View file

@ -101,13 +101,6 @@ fi
# END: HACK
if [ "${script}" != "sanity" ] && [ "${script}" != "units" ]; then
# Adds meta/runtime.yml redirects for all modules before running integration tests.
# This ensures that ansible-base and ansible-core will use the "real" modules instead of the
# symbolic links, which results in coverage to be reported correctly.
"${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools/tools/meta_runtime.py" redirect --target both --flatmap
fi
export PYTHONIOENCODING='utf-8'
if [ "${JOB_TRIGGERED_BY_NAME:-}" == "nightly-trigger" ]; then