[latex3-commits] [latex3/l3build] main: Exclude "build" as a config (29a6933)

github at latex-project.org github at latex-project.org
Mon Jan 8 23:33:27 CET 2024


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/29a69338fad081fff241f52d562f58cc11e41968

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

commit 29a69338fad081fff241f52d562f58cc11e41968
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 8 22:33:27 2024 +0000

    Exclude "build" as a config


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

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

diff --git a/l3build-check.lua b/l3build-check.lua
index 1f2b04c..2a50c59 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -1058,7 +1058,7 @@ end
 -- A short auxiliary to print the list of differences for check
 function checkdiff(config)
   local testdir = testdir
-  if config then
+  if config and config ~= "build" then
     testdir = testdir .. "-" .. config
   end
   local diff_files = ordered_filelist(testdir, "*" .. os_diffext)





More information about the latex3-commits mailing list.