Skip to content

Commit

Permalink
Merge pull request #19139 from Homebrew/tests_no_force_brew_wrapper
Browse files Browse the repository at this point in the history
dev-cmd/tests: disable forcing `brew` wrapper in tests.
  • Loading branch information
MikeMcQuaid authored Jan 23, 2025
2 parents d0304b4 + 9cc9dd8 commit 1f55c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/dev-cmd/tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def setup_environment!
ENV["HOMEBREW_TEST_GENERIC_OS"] = "1" if args.generic?
ENV["HOMEBREW_TEST_ONLINE"] = "1" if args.online?
ENV["HOMEBREW_SORBET_RUNTIME"] = "1"
ENV["HOMEBREW_NO_FORCE_BREW_WRAPPER"] = "1"

# TODO: remove this and fix tests when possible.
ENV["HOMEBREW_NO_INSTALL_FROM_API"] = "1"
Expand Down

0 comments on commit 1f55c12

Please sign in to comment.