[latex3-commits] [latex3/l3build] main: Suppress 'engine-specific' advice when only one engine is live (633ec07)
github at latex-project.org
github at latex-project.org
Thu Nov 23 09:51:45 CET 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/633ec07333b96b15b071011ff46c85a414688225
>---------------------------------------------------------------
commit 633ec07333b96b15b071011ff46c85a414688225
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 23 08:51:21 2023 +0000
Suppress 'engine-specific' advice when only one engine is live
See #320
>---------------------------------------------------------------
633ec07333b96b15b071011ff46c85a414688225
l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build.lua b/l3build.lua
index 91b866f..92f97dd 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -191,7 +191,7 @@ if #checkconfigs > 1 then
end
print"To regenerate the test files, run\n"
print(savecmds)
- if recheckcmds ~= "" then
+ if recheckcmds ~= "" and #checkengines ~= 1 then
print"To detect engine-specific differences, run after that\n"
print(recheckcmds)
end
More information about the latex3-commits
mailing list.