Back out "use in-tree "hg" when running integration tests on mac"

Summary:
The mac hg buck2 build still doesn't work in opt mode.

Original commit changeset: e3fb9f443f03

Original Phabricator Diff: D48634065

Reviewed By: xavierd

Differential Revision: D48739780

fbshipit-source-id: 22cdb6e0ff73e36894fdbe8c61750bb6d124b0ed
This commit is contained in:
Muir Manders 2023-08-28 10:37:27 -07:00 committed by Facebook GitHub Bot
parent 4a3db3c986
commit 5a091378ea

2
eden/integration/lib/find_executables.py Executable file → Normal file
View File

@ -233,7 +233,7 @@ class FindExeClass:
def _find_hg_real(self) -> str:
hg_real_bin = self._find_exe_optional(
"hg.real", env="HG_REAL_BIN", buck_path="fbcode/eden/scm/hg"
"hg.real", env="HG_REAL_BIN", buck_path="eden/scm/__hg__/hg.sh"
)
if hg_real_bin:
return hg_real_bin