[latex3-commits] [l3svn] branch master updated: l3build: Correct logic for using formatlualog

noreply at latex-project.org noreply at latex-project.org
Sat Jan 2 23:09:41 CET 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  b83df09   l3build: Correct logic for using formatlualog
b83df09 is described below

commit b83df09c08cffad97fd61e675d48148885f166aa
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Jan 2 22:08:41 2016 +0000

    l3build: Correct logic for using formatlualog
    
    This was first done in r6347 and is now re-added. One updated test
    file as a result.
---
 l3build/l3build.lua                     |    2 +-
 l3kernel/testfiles/m3show003.luatex.tlg |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index d60ffb6..82a1bec 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1093,7 +1093,7 @@ function runcheck(name, hide)
     -- Do additional log formatting if the engine is LuaTeX, there is no
     -- LuaTeX-specific .tlg file and the default engine is not LuaTeX
     if enginename == "luatex"
-      and tlgfile ~= name ..  ".luatex" .. tlgext
+      and not string.match(tlgfile, "%.luatex" .. "%" .. tlgext)
       and stdengine ~= "luatex"
       and stdengine ~= "luajittex" then
       local luatlgfile = testdir .. "/" .. name .. ".luatex" ..  tlgext
diff --git a/l3kernel/testfiles/m3show003.luatex.tlg b/l3kernel/testfiles/m3show003.luatex.tlg
index de0e760..aeef05f 100644
--- a/l3kernel/testfiles/m3show003.luatex.tlg
+++ b/l3kernel/testfiles/m3show003.luatex.tlg
@@ -140,12 +140,10 @@ character &.
 > \aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=alignment
 tab character &.
 > 
-\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=alignmen
-t
+\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=alignment
 tab character &.
 > 
-\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=ali
-gnment
+\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=alignment
 tab character &.
 > &=alignment tab character &.
 > \this_is_not_defined:=undefined.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list