Running the test with a locale other than English make that test fail (#17306)
While tests are supposed to be run in docker, people might still want to use them on their own boxes.
This commit is contained in:
commit
bc8680f12d
1 changed files with 2 additions and 0 deletions
|
@ -421,6 +421,8 @@
|
||||||
register: remote_url
|
register: remote_url
|
||||||
args:
|
args:
|
||||||
chdir: '{{ checkout_dir }}'
|
chdir: '{{ checkout_dir }}'
|
||||||
|
environment:
|
||||||
|
LC_ALL: C
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Reference in a new issue