Skip to content
Snippets Groups Projects
Commit f2e274dd authored by Daniel Brown's avatar Daniel Brown
Browse files

added executable test for kat file

parent 1b509e08
Branches
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ class FinesseTestProcess(Thread):
if not os.path.exists(FINESSE_EXE):
raise Exception("Kat file was not found in " + FINESSE_EXE)
if os.access(FINESSE_EXE, os.X_OK)):
if not os.access(FINESSE_EXE, os.X_OK)):
raise Exception("Kat file was not executable, could need higher privileges")
out = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment