public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/fonts] rhel9: validate_family: improve output to make more clear
@ 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 : 274438dc670182e38d334a41a970533b438829d7
Author : Akira TAGOH <akira@tagoh.org>
Date   : 2024-06-25T15:11:49+09:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/tests/fonts/c/274438dc670182e38d334a41a970533b438829d7?branch=rhel9

Log:
validate_family: improve output to make more clear

---
diff --git a/tests/validate_family/test.sh b/tests/validate_family/test.sh
index b6b2685..87f751d 100755
--- a/tests/validate_family/test.sh
+++ b/tests/validate_family/test.sh
@@ -22,7 +22,7 @@ rlJournalStart
             for f in $(find $p -regex '.*/*\.\(t1\)?\(ttf\)?\(otf\)?\(ttc\)?\(otc\)?\(pcf.*\)?\(pfa\)?'); do
                 set -f
                 if test -f $f; then
-                    rlRun "fc-scan -f \"%{family[0]}\" $f | tee output" 0 "Querying family name"
+                    rlRun "fc-scan -f \"%{family[0]}\\n\" $f | tee output" 0 "Querying family name"
                     rlAssertGrep "$FONT_FAMILY" "output"
 		fi
             done

^ 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: validate_family: improve output to make more clear Akira TAGOH

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