Skip to content

Commit

Permalink
Suppress 'engine-specific' advice when only one engine is live
Browse files Browse the repository at this point in the history
See #320
  • Loading branch information
josephwright committed Nov 23, 2023
1 parent 2af846f commit 633ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 633ec07

Please sign in to comment.