mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/Tasty.git
synced 2025-06-12 03:25:58 +00:00
Small fix for run.py
This commit is contained in:
parent
ccfc354c8f
commit
90cc3dba58
2
run.py
2
run.py
@ -22,7 +22,7 @@ path = 'Tasty/src/cases/'
|
|||||||
|
|
||||||
for case in os.listdir(path):
|
for case in os.listdir(path):
|
||||||
# Find the number of the test case.
|
# Find the number of the test case.
|
||||||
match = re.match('case([0-9])+\.cpp', case)
|
match = re.match('case([0-9]+)\.cpp', case)
|
||||||
number = match.group(1)
|
number = match.group(1)
|
||||||
|
|
||||||
with open('Tasty/include/sta/tasty/config.hpp', 'w') as f:
|
with open('Tasty/include/sta/tasty/config.hpp', 'w') as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user