Delete LC_CTYPE during running ansible

This commit is contained in:
Takao Fujiwara 2020-10-01 17:53:33 +09:00
parent 66f02b9bd6
commit 40c9f25d25

View File

@ -58,10 +58,13 @@
ANSIBLE: 1 ANSIBLE: 1
TMPDIR: '{{ remote_artifacts }}' TMPDIR: '{{ remote_artifacts }}'
G_MESSAGES_DEBUG: 'all' G_MESSAGES_DEBUG: 'all'
LANG: 'C.UTF-8'
block: block:
- name: Execute IBus tests - name: Execute IBus tests
shell: | shell: |
set -e set -e
# Delete LC_CTYPE=C.UTF-8
export -n LC_CTYPE
status="FAIL: frame" status="FAIL: frame"
ibus-desktop-testing-runner \ ibus-desktop-testing-runner \
--no-graphics \ --no-graphics \