public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/fonts] rhel9: Show more information on logs
@ 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 : e5836a693c25739c73b90e24edee1c2ca9f861f7
Author : Akira TAGOH <akira@tagoh.org>
Date   : 2024-11-18T18:38:37+09:00
Stats  : +20/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/tests/fonts/c/e5836a693c25739c73b90e24edee1c2ca9f861f7?branch=rhel9

Log:
Show more information on logs

---
diff --git a/tests/default_fonts/test.sh b/tests/default_fonts/test.sh
index 45a43ca..d9db60a 100755
--- a/tests/default_fonts/test.sh
+++ b/tests/default_fonts/test.sh
@@ -76,7 +76,15 @@ rlJournalStart
 
     if [ -n "$VARLIST" ] && [ -f "$TMT_TREE/plans/$VARLIST" ]; then
         rlLogInfo "Reading variables from $VARLIST"
-        grep -E -v "^#" "$TMT_TREE/plans/$VARLIST" | while IFS=";" read -r _PACKAGE _FONT_ALIAS _FONT_LANG _FONT_WIDTH _FONT_FAMILY _DEFAULT_SANS _DEFAULT_SERIF _DEFAULT_MONO _DEFAULT_EMOJI _DEFAULT_MATH dummy; do
+        grep -E -v "^#" "$TMT_TREE/plans/$VARLIST" | while IFS=";" read -r _PACKAGE _FONT_ALIAS _FONT_LANG _FONT_WIDTH _FONT_FAMILY _DEFAULT_SANS _DEFAULT_SERIF _DEFAULT_MONO _DEFAULT_EMOJI _DEFAULT_MATH FONT_LANG_EXCLUDE_FILES FONT_VALIDATE_EXCLUDE_FILES FONT_CONF_EXCLUDE_FILES FONT_VALIDATE_INDEXES dummy; do
+            rlLogInfo "  PACKAGE: $_PACKAGE"
+            rlLogInfo "  FONT_FAMILY: $_FONT_FAMILY"
+            rlLogInfo "  FONT_LANG: $_FONT_LANG"
+            rlLogInfo "  DEFAULT_SANS: $_DEFAULT_SANS"
+            rlLogInfo "  DEFAULT_SERIF: $_DEFAULT_SERIF"
+            rlLogInfo "  DEFAULT_MONO: $_DEFAULT_MONO"
+            rlLogInfo "  DEFAULT_EMOJI: $_DEFAULT_EMOJI"
+            rlLogInfo "  DEFAULT_MATH: $_DEFAULT_MATH"
             test_default_fonts "$_PACKAGE" "$_FONT_FAMILY" "$_FONT_LANG" "$_DEFAULT_SANS" "$_DEFAULT_SERIF" "$_DEFAULT_MONO" "$_DEFAULT_EMOJI" "$_DEFAULT_MATH"
         done
     else

diff --git a/tests/generic_alias/test.sh b/tests/generic_alias/test.sh
index 24d5967..abcf0ca 100755
--- a/tests/generic_alias/test.sh
+++ b/tests/generic_alias/test.sh
@@ -96,7 +96,13 @@ rlJournalStart
 
     if [ -n "$VARLIST" ] && [ -f "$TMT_TREE/plans/$VARLIST" ]; then
         rlLogInfo "Reading variables from $VARLIST"
-        grep -E -v "^#" "$TMT_TREE/plans/$VARLIST" | while IFS=";" read -r _PACKAGE _FONT_ALIAS _FONT_LANG _FONT_WIDTH _FONT_FAMILY SANS SERIF MONO EMOJI MATH FONT_LANG_EXCLUDE_FILES FONT_VALIDATE_EXCLUDE_FILES _FONT_CONF_EXCLUDE_FILES dummy; do
+        grep -E -v "^#" "$TMT_TREE/plans/$VARLIST" | while IFS=";" read -r _PACKAGE _FONT_ALIAS _FONT_LANG _FONT_WIDTH _FONT_FAMILY SANS SERIF MONO EMOJI MATH FONT_LANG_EXCLUDE_FILES FONT_VALIDATE_EXCLUDE_FILES _FONT_CONF_EXCLUDE_FILES _FONT_VALIDATE_INDEXES dummy; do
+            rlLogInfo "  PACKAGE: $_PACKAGE"
+            rlLogInfo "  FONT_ALIAS: $_FONT_ALIAS"
+            rlLogInfo "  FONT_LANG: $_FONT_LANG"
+            rlLogInfo "  FONT_WIDTH: $_FONT_WIDTH"
+            rlLogInfo "  FONT_FAMILY: $_FONT_FAMILY"
+            rlLogInfo "  FONT_CONF_EXCLUDE_FILES: $_FONT_EXCLUDE_FILES"
             test_pkg "$_PACKAGE"
             test_generic_alias "$_PACKAGE" "$_FONT_ALIAS" "$_FONT_LANG" "$_FONT_WIDTH" "$_FONT_FAMILY" "$_FONT_CONF_EXCLUDE_FILES"
         done

diff --git a/tests/lang_coverage/test.sh b/tests/lang_coverage/test.sh
index da82202..3b4944a 100755
--- a/tests/lang_coverage/test.sh
+++ b/tests/lang_coverage/test.sh
@@ -80,7 +80,10 @@ rlJournalStart
 
     if [ -n "$VARLIST" ] && [ -f "$TMT_TREE/plans/$VARLIST" ]; then
         rlLogInfo "Reading variables from $VARLIST"
-        grep -E -v "^#" "$TMT_TREE/plans/$VARLIST" | while IFS=";" read -r _PACKAGE FONT_ALIAS _FONT_LANG FONT_WIDTH FONT_FAMILY SANS SERIF MONO EMOJI MATH _FONT_LANG_EXCLUDE_FILES dummy; do
+        grep -E -v "^#" "$TMT_TREE/plans/$VARLIST" | while IFS=";" read -r _PACKAGE FONT_ALIAS _FONT_LANG FONT_WIDTH FONT_FAMILY SANS SERIF MONO EMOJI MATH _FONT_LANG_EXCLUDE_FILES _FONT_VALIDATE_EXCLUDE_FILES _FONT_CONF_EXCLUDE_FILES _FONT_VALIDATE_INDEXES dummy; do
+            rlLogInfo "  PACKAGE: $_PACKAGE"
+            rlLogInfo "  FONT_LANG: $_FONT_LANG"
+            rlLogInfo "  FONT_LANG_EXCLUDE_FILES: $_FONT_LANG_EXCLUDE_FILES"
             test_lang_coverage "$_PACKAGE" "$_FONT_LANG" "$_FONT_LANG_EXCLUDE_FILES"
         done
     else

^ 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: Show more information on logs Akira TAGOH

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