tests/functional2: fix build-shell not working properly on darwin when running tests outside of meson
Change-Id: If5068ad5460d08de69f64f924c4e86e56ac0559c
This commit is contained in:
@@ -195,7 +195,7 @@ class ManagedEnv:
|
||||
tmpdir=self._get_dir("tmp"),
|
||||
)
|
||||
self.path.prepend(self.dirs.nix_bin_dir)
|
||||
self.path.prepend(build_shell)
|
||||
self.path.prepend(self.shell_dir)
|
||||
self.init_defaults(global_path)
|
||||
|
||||
def _get_dir(self, sub_path: str) -> Path:
|
||||
|
||||
Reference in New Issue
Block a user