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

benchmark: document the env tricks a bit better

This is surprising and source of error. So we better improve the documentation a
bit.
parent 6ccb62a0
No related branches found
No related tags found
No related merge requests found
......@@ -318,5 +318,7 @@
reference_basename = "{}-reference".format(self.repo_name)
self.repo_path = os.path.join(REPOS_DIR, reference_basename)
# Use a clean environ to run command
### Use a clean environ to run command
#
# (We rely on running from the vevn using an explicite path)
self.environ = {'HGRCPATH': ''}
......@@ -322,4 +324,5 @@
self.environ = {'HGRCPATH': ''}
# keep some environment variables
# SSH_AUTH_SOCK for hg over ssh
for key in ('SSH_AUTH_SOCK',):
......
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