mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Remove LC_ALL=C from podman tests (#452)
Ansible requires en_US.UTF-8 from 2.14 version. Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
33580c8991
commit
3596833a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ function run_ansible {
|
|||
}
|
||||
|
||||
run_ansible "$@"
|
||||
LC_ALL=C LANG=C run_ansible "$@"
|
||||
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 run_ansible "$@"
|
||||
ANSIBLE_VERBOSITY=4 ANSIBLE_REMOTE_TMP="/tmp" ANSIBLE_REMOTE_USER="1000" run_ansible "$@" | tee check_log
|
||||
${SUDO:-} grep -q "Using podman connection from collection" check_log
|
||||
${SUDO:-} rm -f check_log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue