[latex3-commits] [git/LaTeX3-latex3-l3build] master: Run dvitopdf() for each PDF test run (0447587)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Mar 11 21:01:13 CET 2020


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/044758783b33f8c6af288c5e2ca5e82862c2b266

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

commit 044758783b33f8c6af288c5e2ca5e82862c2b266
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Mar 11 20:01:13 2020 +0000

    Run dvitopdf() for each PDF test run


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

044758783b33f8c6af288c5e2ca5e82862c2b266
 l3build-check.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l3build-check.lua b/l3build-check.lua
index 17e6321..80eab2a 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -768,6 +768,9 @@ function runtest(name, engine, hide, ext, pdfmode, breakout)
     -- Break the loop if the result is stable
     if breakout and i < checkruns then
       if pdfmode then
+        if fileexists(testdir .. "/" .. name .. dviext) then
+          dvitopdf(name, testdir, engine, hide)
+        end
         rewrite(pdffile,npffile,normalize_pdf)
         if compare_pdf(name,engine,true) == 0 then
           break





More information about the latex3-commits mailing list.