Skip to content
Snippets Groups Projects
Commit df06e341 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent 83e99f88
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ def run_tests(pyb, test_dict): ...@@ -22,7 +22,7 @@ def run_tests(pyb, test_dict):
test_count = 0 test_count = 0
testcase_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 + ":") print(base_test + ":")
for test_file in tests: for test_file in tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment