commit d773a2a327cb1486476aaa34f1e59a096b45c2d5
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Sun May 19 12:23:25 2024 -0400

    ctests: automatically invert more lyxbugs files
    
    Only files in the directory with a trac number prefixed were
    inverted.
    
    Now files with a Git short hash (length 7 or 8) are additionally
    inverted.
---
 development/autotests/invertedTests | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/development/autotests/invertedTests 
b/development/autotests/invertedTests
index 12d93375f8..11e6e1e72f 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -90,13 +90,18 @@ 
export/export/latex/languages/nested-inputenc_auto-legacy_pdf2
 
 # ================================================
 Sublabel: lyxbugs
-# LyX bugs with a Trac number or 'wontfix' ML thread.
+# LyX bugs with a Trac number, git short hash, or 'wontfix' ML thread.
 # ================================================
 
-# Dedicated tests in export/latex/lyxbugs start with the ticket number
+# Dedicated tests in export/latex/lyxbugs start with the ticket number or git 
short hash.
 # (move to export/latex/lyxbugs-resolved when the problem is fixed).
-# catchall:
+#
+# catchall for ticket number:
 export/export/latex/lyxbugs/[0-9].*
+#
+# catchall for git short hash
+# a git short hash of length 7 or 8, followed by a dash.
+export/export/latex/lyxbugs/[a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9]?-.*
 
 #8035 work around a Polyglossia bug:
 # An error is reported if the document font does not announce support for a
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to