mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Make ansible-test available in the bin directory. (#45876)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
test.py
|
||||
8
test/runner/ansible-test
Executable file
8
test/runner/ansible-test
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# PYTHON_ARGCOMPLETE_OK
|
||||
"""Legacy entry point for ansible-test. The preferred version is in the bin directory."""
|
||||
|
||||
import lib.cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
lib.cli.main()
|
||||
Reference in New Issue
Block a user