public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/fonts] rhel9: lang_coverage: Add a default value
@ 2026-08-13 10:29 Akira TAGOH
0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-08-13 10:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : tests/fonts
Branch : rhel9
Commit : d5fece0959f49f0cdadf463944206041c65419bc
Author : Akira TAGOH <akira@tagoh.org>
Date : 2024-06-19T18:10:36+09:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/tests/fonts/c/d5fece0959f49f0cdadf463944206041c65419bc?branch=rhel9
Log:
lang_coverage: Add a default value
---
diff --git a/tests/lang_coverage/test.sh b/tests/lang_coverage/test.sh
index 9f80084..62384ca 100755
--- a/tests/lang_coverage/test.sh
+++ b/tests/lang_coverage/test.sh
@@ -2,6 +2,9 @@
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
. /usr/share/beakerlib/beakerlib.sh || exit 1
+FONT_LANG=${FONT_LANG:-"en"}
+PACKAGE=${PACKAGE:-"blahblah-fonts"}
+
function get_font_path() {
fontlist=$(rpm -ql $PACKAGE|grep /usr/share/fonts)
ret=$(for f in $fontlist; do
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 10:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 10:29 [tests/fonts] rhel9: lang_coverage: Add a default value Akira TAGOH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox