summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-check.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-29 21:11:43 +0000
committerKarl Berry <karl@freefriends.org>2021-11-29 21:11:43 +0000
commit82a638461359e5fd966fdca40ae90d9c018d7e99 (patch)
tree0248ee980cc7630a131f05ada7438b72a263e149 /Master/texmf-dist/scripts/l3build/l3build-check.lua
parent1f8faf3d0b1260c492c706b5a523fc2eda244dff (diff)
l3build (29nov21)
git-svn-id: svn://tug.org/texlive/trunk@61185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-check.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-check.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-check.lua b/Master/texmf-dist/scripts/l3build/l3build-check.lua
index 3e8089970a3..249b22164a8 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-check.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-check.lua
@@ -684,9 +684,9 @@ function compare_tlg(difffile, tlgfile, logfile, cleanup, name, engine)
local errorlevel
local testname = name .. "." .. engine
-- Do additional log formatting if the engine is LuaTeX, there is no
- -- LuaTeX-specific .tlg file and the default engine is not LuaTeX
+ -- engine-specific .tlg file and the default engine is not LuaTeX
if (match(engine,"^lua") or match(engine,"^harf"))
- and not match(tlgfile, "%.luatex" .. "%" .. tlgext)
+ and not match(tlgfile, "%." .. engine .. "%" .. tlgext)
and not match(stdengine,"^lua")
then
local lualogfile = logfile