Commit df06e341 authored by Paul Sokolovsky's avatar Paul Sokolovsky

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

parent 83e99f88
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment