Skip to content

Commit

Permalink
synchronized texlive 69136.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Dec 15, 2023
1 parent d7f4832 commit 2f20d01
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions texlive/texk/texlive/linked_scripts/l3build/l3build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for those people who are interested.
--]]

-- Version information
release_date = "2023-11-01"
release_date = "2023-12-13-2"

-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Expand Down Expand Up @@ -165,16 +165,7 @@ if #checkconfigs > 1 then
end
if next(failed) then
for _,config in ipairs(failed) do
print("Failed tests for configuration \"" .. config .. "\":")
print("\n Check failed with difference files")
local testdir = testdir
if config ~= "build" then
testdir = testdir .. "-" .. config
end
for _,i in ipairs(ordered_filelist(testdir,"*" .. os_diffext)) do
print(" - " .. testdir .. "/" .. i)
end
print("")
checkdiff(config)
end
if options["show-saves"] then
local savecmds, recheckcmds = "", ""
Expand All @@ -200,8 +191,8 @@ if #checkconfigs > 1 then
end
print"To regenerate the test files, run\n"
print(savecmds)
if recheckcmds ~= "" then
print"To detect engine specific differences, run after that\n"
if recheckcmds ~= "" and #checkengines ~= 1 then
print"To detect engine-specific differences, run after that\n"
print(recheckcmds)
end
end
Expand Down

0 comments on commit 2f20d01

Please sign in to comment.