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

rename `.tmp` to runtime-clones

This mark the end of the infamous hidden directory.
parent 0ed21ee8ec33
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,7 @@
# Only test for strip variants specified in the .benchrepo
raise NotImplementedError("Strip variant {} not used for repo {}".format(strip, repo))
tmpdir = os.path.join(REPOS_DIR, '.tmp')
tmpdir = os.path.join(REPOS_DIR, 'runtime-clones')
try:
os.makedirs(tmpdir)
except OSError as exc:
......@@ -403,7 +403,7 @@
def setup(self, *args, **kwargs):
super(BasePushPullTimeSuite, self).setup(*args, **kwargs)
tmpdir = os.path.join(REPOS_DIR, '.tmp')
tmpdir = os.path.join(REPOS_DIR, 'runtime-clones')
try:
os.makedirs(tmpdir)
except OSError as exc:
......
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