From 849336321485cc972b028c23f8276fa6bdf4818e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 19 Jan 2024 03:00:44 +0000 Subject: CTAN sync 202401190300 --- macros/latex/contrib/l3build/l3build-check.lua | 8 ++------ 1 file changed, 2 insertions(+), 6 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 2a50c590db..9bfb09971a 100644 --- a/macros/latex/contrib/l3build/l3build-check.lua +++ b/macros/latex/contrib/l3build/l3build-check.lua @@ -595,8 +595,8 @@ function runcheck(name, hide) return 1 end local checkengines = checkengines - if options["engine"] then - checkengines = options["engine"] + if options["stdengine"] then + checkengines = {stdengine} end local failedengines = {} -- Used for both .lvt and .pvt tests @@ -1065,10 +1065,6 @@ function checkdiff(config) if next(diff_files) then if config then print("Failed tests for configuration \"" .. config .. "\":") - local testdir = testdir - if config ~= "build" then - testdir = testdir .. "-" .. config - end end print("\n Check failed with difference files") for _,i in ipairs(diff_files) do -- cgit v1.2.3