[latex3-commits] [l3svn] branch master updated: l3build: Return a known non-zero value

noreply at latex-project.org noreply at latex-project.org
Tue Jan 24 20:18:31 CET 2017


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  8f7c9a8   l3build: Return a known non-zero value
8f7c9a8 is described below

commit 8f7c9a8324feac9b0dd103f8046b6d2cda4fa045
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jan 24 19:18:19 2017 +0000

    l3build: Return a known non-zero value
---
 l3build/l3build.lua |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 8d71482..95c65eb 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1120,7 +1120,9 @@ function runcheck(name, hide)
     end
     if errlevel ~= 0 and opthalt then
       checkdiff()
-      return errlevel
+      if errlevel ~= 0 then
+        return 1
+      end
     end
     if errlevel > errorlevel then
       errorlevel = errlevel

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


More information about the latex3-commits mailing list