mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
Tests: Find filenames with fix me
This commit is contained in:
parent
69ac3c14e8
commit
9f34764f4b
@ -26,6 +26,8 @@ files = re.sub(r'\s+', ' ', files)
|
||||
|
||||
regex = r'(FIX[M]E|BO[Z]O)'
|
||||
for filename in files.split():
|
||||
if re.search(regex, filename):
|
||||
names[filename] = True
|
||||
filename = os.path.join(root, filename)
|
||||
if not os.path.exists(filename):
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user