Skip to content
Snippets Groups Projects
Commit 32146bd5bdfa authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmark: pass HGMODULEPOLICY to subprocess

Otherwise, the variant has no effect...
parent 1907035491fa
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@
# keep some environment variables
# SSH_AUTH_SOCK for hg over ssh
for key in ('SSH_AUTH_SOCK',):
for key in ('SSH_AUTH_SOCK', 'HGMODULEPOLICY'):
if key in os.environ:
self.environ[key] = os.environ[key]
# define the cache dir for simplicity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment