[latex3-commits] [git/LaTeX3-latex3-l3build] master: Don't do the stability check on the last cycle (ca2b67a)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Mar 21 11:11:16 CET 2018


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

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

commit ca2b67a44df87f2e11ffe577edb123d432003fff
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Mar 21 10:11:16 2018 +0000

    Don't do the stability check on the last cycle


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

ca2b67a44df87f2e11ffe577edb123d432003fff
 l3build-check.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index b43e23f..2371164 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -698,7 +698,7 @@ function runtest(name, engine, hide, ext, makepdf)
       runtest_tasks(jobname(lvtfile))
     )
     -- Break the loop if the result is stable
-    if checkruns < 0 then
+    if checkruns < 0  and i < abs(checkruns) then
       formatlog(logfile, newfile, engine, errlevels)
       if compare_tlg(name,engine) == 0 then
         break





More information about the latex3-commits mailing list