tests/run-bench-tests: Process tests in alphabetical order.

gc_dump_improvements
Paul Sokolovsky 2016-05-01 10:34:18 +03:00
parent 83e99f88cb
commit df06e34175
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def run_tests(pyb, test_dict):
test_count = 0
testcase_count = 0
for base_test, tests in test_dict.items():
for base_test, tests in sorted(test_dict.items()):
print(base_test + ":")
for test_file in tests: