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
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.
3 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration fix copy test for split controller/remote 3 years ago
lib/ansible_test ansible-test - Enhance the shell command. (#77734) 3 years ago
sanity Update mypy test. Fix type hints for Python 3.9. 3 years ago
support Remove collections compat from controller code. 3 years ago
units Remove deprecated loading cache plugins directly without cache_loader (#77655) 3 years ago
utils/shippable Fix Windows CI scripts. 3 years ago