[latex3-commits] [git/LaTeX3-latex3-l3build] master: Avoid a name clash if both .lvt and .pvt give a diff (0e693f4)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jul 31 17:38:50 CEST 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/0e693f47b5abc960f0da36a3bfb392f175f34dde

>---------------------------------------------------------------

commit 0e693f47b5abc960f0da36a3bfb392f175f34dde
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jul 31 16:38:50 2018 +0100

    Avoid a name clash if both .lvt and .pvt give a diff


>---------------------------------------------------------------

0e693f47b5abc960f0da36a3bfb392f175f34dde
 l3build-check.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 38ea7dd..a6554b9 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -595,7 +595,7 @@ end
 function compare_pdf(name,engine,cleanup)
   local errorlevel
   local testname = name .. "." .. engine
-  local difffile = testdir .. "/" .. name .. os_diffext
+  local difffile = testdir .. "/" .. name .. pdfext .. os_diffext
   local pdffile  = testdir .. "/" .. testname .. pdfext
   local tpffile  = testdir .. "/" .. name .. tpfext
   if not tpffile then





More information about the latex3-commits mailing list