From 37729ddea335ca0dfe40ada381d05bde37c5ea61 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 30 Nov 2021 03:00:43 +0000 Subject: CTAN sync 202111300300 --- macros/latex/contrib/l3build/l3build-check.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/latex/contrib/l3build/l3build-check.lua') diff --git a/macros/latex/contrib/l3build/l3build-check.lua b/macros/latex/contrib/l3build/l3build-check.lua index 3e8089970a..249b22164a 100644 --- a/macros/latex/contrib/l3build/l3build-check.lua +++ b/macros/latex/contrib/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 -- cgit v1.2.3