Running the test with a locale other than English make that test fail

While tests are supposed to be run in docker, people might still
want to use them on their own boxes.
pull/17306/head
Michael Scherer 8 years ago
parent 03132041fb
commit 878d0d5b87

@ -421,6 +421,8 @@
register: remote_url
args:
chdir: '{{ checkout_dir }}'
environment:
LC_ALL: C
- assert:
that:

Loading…
Cancel
Save