##// END OF EJS Templates
tests: sort test list if running all tests
Matt Mackall -
r3624:a90a8692 default
parent child Browse files
Show More
@@ -361,6 +361,8 b' try:'
361 361
362 362 if len(args) == 0:
363 363 args = os.listdir(".")
364 args.sort()
365
364 366 for test in args:
365 367 if (test.startswith("test-") and '~' not in test and
366 368 ('.' not in test or test.endswith('.py') or
General Comments 0
You need to be logged in to leave comments. Login now