[latex3-commits] [l3svn] branch master updated: l3build: Hide generation from .lve files

noreply at latex-project.org noreply at latex-project.org
Fri Jun 17 10:21:17 CEST 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  b5851fa   l3build: Hide generation from .lve files
b5851fa is described below

commit b5851fa8bf899b05449e87003cf6e491c44d157a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 17 09:20:44 2016 +0100

    l3build: Hide generation from .lve files
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 7e563eb..8b26350 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1109,7 +1109,7 @@ function setup_check(name, engine)
       )
       os.exit(1)
     end
-    runtest(name, engine, hide, lveext)
+    runtest(name, engine, true, lveext)
     reffile = testdir .. "/" .. testname .. refext
     if not optpdf then
       ren(testdir, testname .. logext, testname .. tlgext)

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


More information about the latex3-commits mailing list