Skip to content
Snippets Groups Projects
Commit 33a9f5cf224f authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

result-compare: sort output to get something sensible and stable

parent c056bc1ff1cc
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
def display_results(results):
for headers, some_results in results.items():
for headers, some_results in sorted(results.items()):
key_size = max(len(k) for k, v in headers)
prefix = "###"
for k, v in headers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment