[latex3-commits] [latex3/l3build] drop-force: Skip entire config if no engines are selected (3ab6236)

github at latex-project.org github at latex-project.org
Thu Jan 18 10:17:18 CET 2024


Repository : https://github.com/latex3/l3build
On branch  : drop-force
Link       : https://github.com/latex3/l3build/commit/3ab6236575f5437542d52955b1eb99dbb38dab1c

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

commit 3ab6236575f5437542d52955b1eb99dbb38dab1c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 18 09:17:18 2024 +0000

    Skip entire config if no engines are selected


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

3ab6236575f5437542d52955b1eb99dbb38dab1c
 l3build-arguments.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index ac192aa..109a0d5 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -307,4 +307,5 @@ function check_engines(config)
       end
     end
   end
+  if not next(checkengines) then exit(0) end
 end





More information about the latex3-commits mailing list.