You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal/cli
Matt Clay fe349a1ccd
ansible-test - Enhance the shell command. (#77734)
* ansible-test - Add shell --export option.

* ansible-test - Support cmd args for shell command.

Also allow shell to be used without a valid layout if no delegation is required.

* ansible-test - Improve stderr/stdout consistency.

By default all output goes to stdout only, with the exception of a fatal error.

When using any of the following, all output defaults to stderr instead:

* sanity with the `--lint` option -- sanity messages to stdout
* coverage analyze -- output to stdout if the output file is `/dev/stdout`
* shell -- shell output to stdout

This fixes issues two main issues:

* Unpredictable output order when using both info and error/warning messages.
* Mixing of lint/command/shell output with bootstrapping messages on stdout.

* ansible-test - Add changelog fragment.
4 years ago
..
argparsing ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
commands ansible-test - Enhance the shell command. (#77734) 4 years ago
parsers ansible-test - Add multi-arch remote support. 4 years ago
__init__.py ansible-test - Improve help for unsupported cwd. (#76866) 4 years ago
actions.py ansible-test - split controller/target testing (#75605) 4 years ago
compat.py ansible-test - Add multi-arch remote support. 4 years ago
completers.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
converters.py ansible-test - split controller/target testing (#75605) 4 years ago
environments.py ansible-test - Add multi-arch remote support. 4 years ago
epilog.py ansible-test - Improve help for unsupported cwd. (#76866) 4 years ago