Skip to content
Snippets Groups Projects
Commit 4ed91b87 authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

tests-extra: make the temporary directory accessible for all users

parent 3617158d
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ def main(args):
today = time.strftime("%Y-%m-%d", time.localtime(timestamp))
outs_dir = tempfile.mkdtemp(prefix="knottest-%s-" % timestamp,
dir=params.outs_dir)
os.chmod(outs_dir, 0o755)
# Try to create symlink to the latest result.
last_link = os.path.join(params.outs_dir, "knottest-last")
......
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