dev-cmd/bump: adjust system
call.
Instead of immediately failing let's set `Homebrew.failed` to `true` to set a non-zero exit code but continue with the rest of formulae/casks.
This commit is contained in:
parent
53494592e3
commit
c760afc66e
@ -536,7 +536,8 @@ module Homebrew
|
|||||||
bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}"
|
bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}"
|
||||||
end
|
end
|
||||||
|
|
||||||
safe_system HOMEBREW_BREW_FILE, *bump_pr_args
|
result = system HOMEBREW_BREW_FILE, *bump_pr_args
|
||||||
|
Homebrew.failed = true unless result
|
||||||
end
|
end
|
||||||
|
|
||||||
sig {
|
sig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user