mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Allow .exe in file test names
This commit is contained in:
parent
2690d9bdf3
commit
66676539ce
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if __name__ == "__main__":
|
|||
unexpected = defaultdict(int)
|
||||
passed = defaultdict(int)
|
||||
|
||||
file = re.compile("^# (?:./)?(\S+\.t)$")
|
||||
file = re.compile("^# (?:./)?(\S+\.t)(?:\.exe)?$")
|
||||
timestamp = re.compile("^# (\d+(?:\.\d+)?) ==>.*$")
|
||||
start = None
|
||||
stop = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue