[latex3-commits] [git/l3build] master: an embarrassing typo broke "recordstatus" (562273c)

Will Robertson wspr81 at gmail.com
Fri Dec 15 00:57:00 CET 2017


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

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

commit 562273cba17ffddc4b1071c772b7085d6c43735b
Author: Will Robertson <wspr81 at gmail.com>
Date:   Fri Dec 15 10:27:00 2017 +1030

    an embarrassing typo broke "recordstatus"
    
    oh dear, don't let me commit to the master branch


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

562273cba17ffddc4b1071c772b7085d6c43735b
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index c4c76c7..f5416f6 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -1130,7 +1130,7 @@ local function formatlog(logfile, newfile, engine, errlevels)
   if recordstatus then
     write('***************\n')
     for i = 1, checkruns do
-      write('Compilation ' .. i .. ' of test file completed with exit status ' .. errlevels[i] '\n')
+      write('Compilation ' .. i .. ' of test file completed with exit status ' .. errlevels[i] .. '\n')
     end
   end
   close(newfile)





More information about the latex3-commits mailing list