Update run-tests.py
parent
d8ca74e6b1
commit
e75c0fcdb2
|
@ -7,6 +7,9 @@ import sys
|
|||
|
||||
# will break if there are namespace collisions
|
||||
|
||||
if os.path.isfile("a.out"):
|
||||
raise FileExistsError # TODO: generate uuid .out
|
||||
|
||||
file_list = glob.glob(f"{os.path.dirname(__file__)}/**/*.cases", recursive=True)
|
||||
file_only_list = [os.path.basename(x.rstrip(".cases")) for x in file_list]
|
||||
|
||||
|
|
Loading…
Reference in New Issue