[latex3-commits] [latex3/l3build] main: Normalise more luaotfload cache lines (ec8e223)

github at latex-project.org github at latex-project.org
Thu Aug 31 19:02:16 CEST 2023


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/ec8e223d228136ec772211375f1bf51c93c80094

>---------------------------------------------------------------

commit ec8e223d228136ec772211375f1bf51c93c80094
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Aug 31 18:02:16 2023 +0100

    Normalise more luaotfload cache lines


>---------------------------------------------------------------

ec8e223d228136ec772211375f1bf51c93c80094
 CHANGELOG.md      | 1 +
 l3build-check.lua | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6da13e..fa8ae9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Changed
 - Initialise the random seed with the current time so `--shuffle` produces different orders each run.
+- Normalise more `luaotfload` cache lines
 
 ## [2023-07-20]
 
diff --git a/l3build-check.lua b/l3build-check.lua
index 1ced551..3f1f5d5 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -158,6 +158,8 @@ local function normalize_log(content,engine,errlevels)
     -- More luaotfload
     line = gsub(line, "database loaded from " .. pattern .. "%)",
       "database loaded from ../%1)")
+    line = gsub(line, 'Root cache directory is "' .. pattern .. '"',
+      'Root cache directory is ".../%1"')
     -- Deal with XeTeX specials
     if match(line, "^%.+\\XeTeX.?.?.?file") then
       line = gsub(line, pattern, "../%1")





More information about the latex3-commits mailing list.