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.
mitogen/tests/ansible/lib
David Wilson 2f02b5c0b1 ansible: prevent Unicode strings leaking into sys.argv
The module name comes from YAML via Jinja2.. it's always Unicode. Mixing
it into a temporary directory name produces a Unicode tempdir name,
which ends up in sys.argv via TemporaryArgv.
8 years ago
..
action tests: fixes to get regression/ running under vanilla Ansible 8 years ago
callback tests: enable profile_tasks callback plugin 8 years ago
modules ansible: prevent Unicode strings leaking into sys.argv 8 years ago
modules.src ansible: better planner logging, try again 8 years ago