From 633ec07333b96b15b071011ff46c85a414688225 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Thu, 23 Nov 2023 08:51:21 +0000 Subject: [PATCH] Suppress 'engine-specific' advice when only one engine is live See #320 --- 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