[latex3-commits] [git/LaTeX3-latex3-l3build] master: Fix ASCII engine handling (9215582)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Feb 10 10:36:53 CET 2019


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/921558237cdf362a63bc493fa931e1ddeddc94c1

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

commit 921558237cdf362a63bc493fa931e1ddeddc94c1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Feb 10 09:36:53 2019 +0000

    Fix ASCII engine handling


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

921558237cdf362a63bc493fa931e1ddeddc94c1
 CHANGELOG.md      |    1 +
 l3build-check.lua |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19f52d0..899aadf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Fixed
 
+- Handling of ASCII engines
 - Execution of all tests by `ctan` target (see #85)
 
 ## [2019-02-06]
diff --git a/l3build-check.lua b/l3build-check.lua
index 711d367..96c5d71 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -1,6 +1,6 @@
 --[[
 
-File l3build-check.lua Copyright (C) 2018 The LaTeX3 Project
+File l3build-check.lua Copyright (C) 2018,2019 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -701,7 +701,7 @@ function runtest(name, engine, hide, ext, pdfmode, breakout)
   local npffile = basename .. "." .. engine .. pdfext
   local asciiopt = ""
   for _,i in ipairs(asciiengines) do
-    if realengine == i then
+    if binary == i then
       asciiopt = "-translate-file ./ascii.tcx "
       break
     end





More information about the latex3-commits mailing list