public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/fonts] rhel9: generic_alias: improve logging result
@ 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 : 3654830e45270728f0ce33dac8818e5715cbe57c
Author : Akira TAGOH <akira@tagoh.org>
Date : 2024-11-07T15:45:51+09:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/fonts/c/3654830e45270728f0ce33dac8818e5715cbe57c?branch=rhel9
Log:
generic_alias: improve logging result
---
diff --git a/tests/generic_alias/test.sh b/tests/generic_alias/test.sh
index 036a4b4..4ed433b 100755
--- a/tests/generic_alias/test.sh
+++ b/tests/generic_alias/test.sh
@@ -64,7 +64,8 @@ function test_generic_alias {
if [ "$fclang" == "-" ]; then
rlLogInfo "$pkg:$fcfamily: Skipped."
else
- rlRun "FONTCONFIG_FILE=$tmpconfd/$pkg.conf fc-match -f \"%{family[0]}\\n\" \":family=$fcfamily:lang=$fclang:width=$fcwidth\" | tee output" 0 "Matching a font"
+ rlRun "FONTCONFIG_FILE=$tmpconfd/$pkg.conf fc-match -f \"%{family[0]}\\n\" \":family=$fcfamily:lang=$fclang:width=$fcwidth\" > output" 0 "Matching a font"
+ rlLogInfo "echo \"Actual result: $(cat output)\""
rlAssertGrep "^$fcresult\$" "output"
fi
rlPhaseEnd
^ 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: generic_alias: improve logging result Akira TAGOH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox