Skip to content

Commit

Permalink
Merge pull request #1307 from Homebrew/brew-uninstall-ignore-dependen…
Browse files Browse the repository at this point in the history
…cies

tests/formulae_dependents: another `--ignore-dependencies` fix
  • Loading branch information
ZhongRuoyu authored Nov 20, 2024
2 parents c8716a2 + e33bc22 commit efadf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae_dependents.rb
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def install_dependent(dependent, testable_dependents, args:, build_from_source:
test_step = steps.last
end

test "brew", "uninstall", "--force", dependent.full_name
test "brew", "uninstall", "--force", "--ignore-dependencies", dependent.full_name

all_tests_passed = (dependent_was_previously_installed || install_step.passed?) &&
linkage_step.passed? &&
Expand Down

0 comments on commit efadf9a

Please sign in to comment.