mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 22:30:04 -07:00
Remove legacy test alias migration script. (#19629)
* Require code-smell tests to be files. * Add sanity check for integration test aliases. * Remove migration script for test aliases.
This commit is contained in:
parent
241ad8cac3
commit
422857166b
4 changed files with 81 additions and 142 deletions
|
@ -22,7 +22,6 @@ pip --version
|
|||
pip list --disable-pip-version-check
|
||||
|
||||
export PATH="test/runner:${PATH}"
|
||||
reorganize-tests.sh # temporary solution until repositories are merged
|
||||
|
||||
# remove empty core/extras module directories from PRs created prior to the repo-merge
|
||||
find lib/ansible/modules -type d -empty -print -delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue