[latex3-commits] [git/LaTeX3-latex3-l3build] master: Allow for checkopts adding code/files (06997b0)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Feb 3 22:09:57 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/06997b0e60b31706ca530189e8502cfb220cd53d

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

commit 06997b0e60b31706ca530189e8502cfb220cd53d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Feb 3 21:09:57 2018 +0000

    Allow for checkopts adding code/files
    
    With this ordering, it's possible to add for example
    
        \input regression-test
    
    to a 'standard' .tex file.


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

06997b0e60b31706ca530189e8502cfb220cd53d
 l3build-check.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index fbf6bc7..3d1e6ec 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -658,8 +658,8 @@ function runtest(name, engine, hide, ext, makepdf)
       -- Ensure lines are of a known length
       os_setenv .. " max_print_line=" .. maxprintline
         .. os_concat ..
-      realengine ..  format .. " "
-        .. checkopts .. " " .. asciiopt .. lvtfile
+      realengine .. format .. " -jobname=" .. name .. " "
+        .. asciiopt .. " " .. checkopts .. " \\input " .. lvtfile
         .. (hide and (" > " .. os_null) or "")
         .. os_concat ..
       runtest_tasks(jobname(lvtfile))





More information about the latex3-commits mailing list