Skip to content

Commit

Permalink
fixup! tests: rename test sets
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Nov 1, 2024
1 parent bdfeebc commit 70ec73e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ppmcheckpdf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ build_require("file-functions")

release_date = "2021-04-26" -- for old build.lua file
-- FIXME: add support for cli option "-c/--config <config>"
dofile("build.lua")
dofile("config-old.lua")

build_require("variables")

local configname = "config-old"
testdir = testdir .. "-" .. configname

local imgext = imgext or ".png"
local failed = {}

Expand Down

0 comments on commit 70ec73e

Please sign in to comment.