mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/Tasty.git
synced 2025-09-28 23:57:33 +00:00
Small fix for run.py
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user