[latex3-commits] [git/LaTeX3-latex3-l3build] master: Compare PDF against correct output (0be0cc1)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Jul 28 15:50:06 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/0be0cc14f17406bd2e8ab7009dfc98f4cea4a343
>---------------------------------------------------------------
commit 0be0cc14f17406bd2e8ab7009dfc98f4cea4a343
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Jul 28 14:49:44 2018 +0100
Compare PDF against correct output
>---------------------------------------------------------------
0be0cc14f17406bd2e8ab7009dfc98f4cea4a343
l3build-check.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index 5881fe3..c2364a9 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -573,7 +573,7 @@ function compare_pdf(name, engine)
local errorlevel
local testname = name .. "." .. engine
local cmpfile = testdir .. "/" .. testname .. os_cmpext
- local pdffile = testdir .. "/" .. testname .. pdfext
+ local pdffile = testdir .. "/" .. name .. pdfext
local refpdffile = locate(
{testdir}, {testname .. ".ref" .. pdfext, name .. ".ref" .. pdfext}
)
More information about the latex3-commits
mailing list