# HG changeset patch # User Matt Mackall # Date 1163013608 21600 # Node ID a90a86929d046cc23f7b175456ad7e29f030f109 # Parent 44247ecc2965f46b5794e675bcc77961c604facf tests: sort test list if running all tests diff -r 44247ecc2965 -r a90a86929d04 tests/run-tests.py --- 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