Fix unicode integration test.

This will allow the test to work when HOST_PATTERN_MISMATCH is set to error.
This commit is contained in:
Matt Clay 2019-03-21 18:48:26 -07:00
parent 1bed2cbb9d
commit 2d15811843

View file

@ -4,4 +4,4 @@ set -eux
ansible-playbook unicode.yml -i inventory -v -e 'extra_var=café' "$@"
# Test the start-at-task flag #9571
ansible-playbook unicode.yml -i inventory -v --start-at-task '*¶' -e 'start_at_task=True' "$@"
ANSIBLE_HOST_PATTERN_MISMATCH=warning ansible-playbook unicode.yml -i inventory -v --start-at-task '*¶' -e 'start_at_task=True' "$@"