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 8b07e31 commit 9e51ded
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 9e51ded

Please sign in to comment.