Skip to content

Commit

Permalink
Drop a shadowed testdir local to "then" body
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Jan 9, 2024
1 parent 0d59291 commit ec6d7ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions l3build-check.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec6d7ae

Please sign in to comment.