Fix for #564, using wrong ispc in run_tests.py
This commit is contained in:
@@ -234,7 +234,7 @@ def add_prefix(path):
|
|||||||
else:
|
else:
|
||||||
input_prefix = ""
|
input_prefix = ""
|
||||||
path = input_prefix + path
|
path = input_prefix + path
|
||||||
path = os.path.normpath(path)
|
path = os.path.abspath(path)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user