Index: test/message/testcfg.py |
=================================================================== |
--- test/message/testcfg.py (revision 6231) |
+++ test/message/testcfg.py (working copy) |
@@ -107,6 +107,9 @@ |
mjsunit = [current_path + [t] for t in self.Ls(self.root)] |
regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))] |
bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))] |
+ mjsunit.sort() |
+ regress.sort() |
+ bugs.sort() |
all_tests = mjsunit + regress + bugs |
result = [] |
for test in all_tests: |