Skip to content
Snippets Groups Projects
Commit 274e6add authored by David Vasek's avatar David Vasek
Browse files

tests-extra: fix the "knottest-last" symlink creation

parent 15267498
No related branches found
No related tags found
No related merge requests found
Pipeline #74076 passed with warnings
......@@ -262,7 +262,7 @@ def main(args):
# Try to create symlink to the latest result.
last_link = os.path.join(params.home_dir, "knottest-last")
try:
if os.path.exists(last_link):
if os.path.lexists(last_link):
os.remove(last_link)
os.symlink(outs_dir, last_link)
except:
......
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