mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784496 - Run Pymake tests in sorted order. r=gps DONTBUILD
--HG-- extra : rebase_source : 7d05e3315e875506b8eea72895aa6aa17d4984c8
This commit is contained in:
parent
b9989b51cc
commit
8dc44864a3
@ -54,7 +54,7 @@ for a in args:
|
||||
if os.path.isfile(a):
|
||||
makefiles.append(a)
|
||||
elif os.path.isdir(a):
|
||||
makefiles.extend(glob.glob(os.path.join(a, '*.mk')))
|
||||
makefiles.extend(sorted(glob.glob(os.path.join(a, '*.mk'))))
|
||||
|
||||
def runTest(makefile, make, logfile, options):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user