[latex3-commits] [latex3/l3build] main: Skip entire config if no engines are selected (9e51ded)
github at latex-project.org
github at latex-project.org
Thu Jan 18 21:03:23 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/9e51ded8ea9b703ce6bf15ff603e4f31e6633f4d
>---------------------------------------------------------------
commit 9e51ded8ea9b703ce6bf15ff603e4f31e6633f4d
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
>---------------------------------------------------------------
9e51ded8ea9b703ce6bf15ff603e4f31e6633f4d
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.