Delete LC_CTYPE during running ansible
This commit is contained in:
parent
66f02b9bd6
commit
40c9f25d25
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user