public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <akira@tagoh.org>
To: git-commits@fedoraproject.org
Subject: [tests/fonts] rhel9: validate_family: set default value
Date: Thu, 13 Aug 2026 10:29:12 GMT	[thread overview]
Message-ID: <178661695216.1.1598146664772274471.tests-fonts-0dd2f03312f4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : tests/fonts
Branch : rhel9
Commit : 0dd2f03312f483c8bf2bdf2d74bd3b57ed8eed6b
Author : Akira TAGOH <akira@tagoh.org>
Date   : 2024-06-26T17:02:29+09:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/tests/fonts/c/0dd2f03312f483c8bf2bdf2d74bd3b57ed8eed6b?branch=rhel9

Log:
validate_family: set default value

---
diff --git a/tests/validate_family/test.sh b/tests/validate_family/test.sh
index 8c389fc..42f24c5 100755
--- a/tests/validate_family/test.sh
+++ b/tests/validate_family/test.sh
@@ -2,6 +2,10 @@
 # vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
 . /usr/share/beakerlib/beakerlib.sh || exit 1
 
+PACKAGE=${PACKAGE:-"blahblah-fonts"}
+FONT_FAMILY=${FONT_FAMILY:-"family anme"}
+FONT_EXCLUDE=${FONT_EXCLUDE:-}
+
 function get_font_path() {
     fontlist=$(rpm -ql $PACKAGE|grep /usr/share/fonts)
     ret=$(for f in $fontlist; do

                 reply	other threads:[~2026-08-13 10:29 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=178661695216.1.1598146664772274471.tests-fonts-0dd2f03312f4@fedoraproject.org \
    --to=akira@tagoh.org \
    --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