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: Add examples for *_EXCLUDE_FILES
Date: Thu, 13 Aug 2026 10:29:23 GMT	[thread overview]
Message-ID: <178661696308.1.6063773524041374098.tests-fonts-84903da25332@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : tests/fonts
Branch : rhel9
Commit : 84903da253324b5b3420b5d39200eba1f41d8c0f
Author : Akira TAGOH <akira@tagoh.org>
Date   : 2024-11-07T15:45:08+09:00
Stats  : +17/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/tests/fonts/c/84903da253324b5b3420b5d39200eba1f41d8c0f?branch=rhel9

Log:
Add examples for *_EXCLUDE_FILES

---
diff --git a/README.rst b/README.rst
index e4d9f37..fa748a1 100644
--- a/README.rst
+++ b/README.rst
@@ -106,7 +106,11 @@ Available test cases
 
   - FONT_CONF_EXCLUDE_FILES (optional)
 
-    Set a regex to skip some bogus fontconfig config files.
+    Set a regular expression [1]_ to skip some bogus fontconfig config files::
+
+      Example
+
+        FONT_CONF_EXCLUDE_FILES: .*-bad  # to skip all fontconfig files containing -bad word
 
 - Language coverage
 
@@ -122,7 +126,11 @@ Available test cases
 
   - FONT_LANG_EXCLUDE_FILES (optional)
 
-    Set a regex to skip some bogus font files.
+    Set a regular expression [1]_ to skip some bogus font files::
+
+      Example
+
+        FONT_LANG_EXCLUDE_FILES: .*-Bold  # to skip all font files containing -Bold word
 
 - Validate family name
 
@@ -134,7 +142,13 @@ Available test cases
   - FONT_FAMILY
   - FONT_VALIDATE_EXCLUDE_FILES (optional)
 
-    Set a regexp to skip some bogus fonts.
+    Set a regular expression [1]_ to skip some bogus font files::
+
+      Example
+
+        FONT_VALIDATE_EXCLUDE_FILES: .*-Bold  # to skip all font files containing -Bold word
+
+.. [1] compatible with Extended Regular Expression in grep. see grep(1) for more details.
 
 FAQ
 ---

                 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=178661696308.1.6063773524041374098.tests-fonts-84903da25332@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