Skip to content

Commit

Permalink
Skip ISO date lines
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 26, 2018
1 parent 8f6268f commit cc535d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l3build-check.lua
Expand Up @@ -90,7 +90,8 @@ local function formatlog(logfile, newfile, engine, errlevels)
end
local function killcheck(line)
-- Skip lines containing file dates
if match(line, "[^<]%d%d%d%d/%d%d/%d%d") then
if match(line, "[^<]%d%d%d%d/%d%d/%d%d")
or match(line, "[^<]%d%d%d%d%-%d%d%-%d%d") then
return true
elseif
-- Skip \openin/\openout lines in web2c 7.x
Expand Down

0 comments on commit cc535d4

Please sign in to comment.