Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tests/formulae_dependents.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def install_dependent(dependent, testable_dependents, args:, build_from_source:
test "brew", "install", *build_args,
named_args: dependent.full_name,
env: env.merge({ "HOMEBREW_DEVELOPER" => nil }),
ignore_failures: !args.test_default_formula? && build_from_source && !bottled_on_current_version
ignore_failures: !args.test_default_formula? && !bottled_on_current_version
install_step = steps.last

return unless install_step.passed?
Expand Down