mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Sort trace-tests by name before running them. No bug#, rs=Waldo via IRC.
This commit is contained in:
parent
3a939263c2
commit
c2217cdb74
@ -92,6 +92,8 @@ class Test:
|
||||
def find_tests(dir, substring = None):
|
||||
ans = []
|
||||
for dirpath, dirnames, filenames in os.walk(dir):
|
||||
dirnames.sort()
|
||||
filenames.sort()
|
||||
if dirpath == '.':
|
||||
continue
|
||||
for filename in filenames:
|
||||
|
Loading…
Reference in New Issue
Block a user