changeset 3624:a90a86929d04

tests: sort test list if running all tests
author Matt Mackall <mpm@selenic.com>
date Wed, 08 Nov 2006 13:20:08 -0600
parents 44247ecc2965
children cc0cd5942223
files tests/run-tests.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Nov 07 22:35:07 2006 +0100
+++ b/tests/run-tests.py	Wed Nov 08 13:20:08 2006 -0600
@@ -361,6 +361,8 @@
 
         if len(args) == 0:
             args = os.listdir(".")
+            args.sort()
+
         for test in args:
             if (test.startswith("test-") and '~' not in test and
                 ('.' not in test or test.endswith('.py') or