[latex3-commits] [git/LaTeX3-latex3-l3build] master: Correct a variable name (0957101)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Sep 25 22:55:30 CEST 2018


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

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

commit 095710181a0ebd4a627763a61c341d842488ccaa
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 25 21:55:30 2018 +0100

    Correct a variable name


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

095710181a0ebd4a627763a61c341d842488ccaa
 l3build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build.lua b/l3build.lua
index 827d385..e01d7cd 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -140,8 +140,8 @@ if options["target"] == "check" then
       for _,config in ipairs(failed) do
         print("Failed tests for configuration " .. config .. ":")
         print("\n  Check failed with difference files")
-        if failed ~= "build" then
-          local testdir = testdir .. "-" .. failed
+        if config ~= "build" then
+          local testdir = testdir .. "-" .. config
         end
         for _,i in ipairs(filelist(testdir,"*" .. os_diffext)) do
           print("  - " .. testdir .. "/" .. i)





More information about the latex3-commits mailing list