Skip to content

Commit

Permalink
Fix unicode integration test.
Browse files Browse the repository at this point in the history
This will allow the test to work when HOST_PATTERN_MISMATCH is set to error.
  • Loading branch information
mattclay committed Mar 22, 2019
1 parent 1bed2cb commit 2d15811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/targets/unicode/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' "$@"

0 comments on commit 2d15811

Please sign in to comment.