public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Delete LC_CTYPE during running ansible
Date: Sun, 31 May 2026 02:07:31 GMT [thread overview]
Message-ID: <178019325103.1.1536138058258475073.rpms-ibus-40c9f25d25e3@fedoraproject.org> (raw)
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 \
reply other threads:[~2026-05-31 2:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178019325103.1.1536138058258475073.rpms-ibus-40c9f25d25e3@fedoraproject.org \
--to=tfujiwar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox