Skip to content

Commit

Permalink
Skip entire config if no engines are selected
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 18, 2024
1 parent 026dca5 commit 3ab6236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l3build-arguments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,5 @@ function check_engines(config)
end
end
end
if not next(checkengines) then exit(0) end
end

0 comments on commit 3ab6236

Please sign in to comment.