public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Delete LC_CTYPE during running ansible
@ 2026-05-31  2:07 Takao Fujiwara
  0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31  2:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 40c9f25d25e31dd716f450eeb84a529596f0d368
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date   : 2020-10-01T17:53:33+09:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/40c9f25d25e31dd716f450eeb84a529596f0d368?branch=autotool

Log:
Delete LC_CTYPE during running ansible

---
diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml
index 72fac0a..f1d957e 100644
--- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml
+++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml
@@ -58,10 +58,13 @@
     ANSIBLE: 1
     TMPDIR: '{{ remote_artifacts }}'
     G_MESSAGES_DEBUG: 'all'
+    LANG: 'C.UTF-8'
   block:
   - name: Execute IBus tests
     shell: |
       set -e
+      # Delete LC_CTYPE=C.UTF-8
+      export -n LC_CTYPE
       status="FAIL: frame"
       ibus-desktop-testing-runner \
           --no-graphics \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31  2:07 [rpms/ibus] autotool: Delete LC_CTYPE during running ansible Takao Fujiwara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox