[latex3-commits] [l3svn] branch master updated: l3build: Always return a value from runtest_tasks

noreply at latex-project.org noreply at latex-project.org
Sun May 22 22:56:22 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  7bd5420   l3build: Always return a value from runtest_tasks
7bd5420 is described below

commit 7bd54206fea04da93ab65151115ffa7bdaef0eee
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun May 22 21:56:07 2016 +0100

    l3build: Always return a value from runtest_tasks
---
 l3build/l3build.lua |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index c5a4e7f..b43597e 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1238,7 +1238,7 @@ function runtest(name, engine, hide, ext)
         .. checkopts .. " " .. asciiopt .. lvtfile
         .. (hide and (" > " .. os_null) or "")
         .. os_concat ..
-      runtest_tasks(stripext(lvtfile)) 
+      runtest_tasks(stripext(lvtfile))
     )
   end
   if optpdf then
@@ -1264,6 +1264,7 @@ end
 
 -- A hook to allow additional tasks to run for the tests
 runtest_tasks = runtest_tasks or function(name)
+  return ""
 end
 
 function dvitopdf(name, dir, engine, hide)

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


More information about the latex3-commits mailing list