We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83790ab commit e3ba438Copy full SHA for e3ba438
exhaust.py
@@ -52,7 +52,7 @@ def print_summary_table(out_prefix, total_tasks):
52
['Project', 'Toolchain', 'Family', 'Part', 'Board', 'Options']
53
]
54
passed = failed = 0
55
- for build in builds:
+ for build in sorted(builds):
56
# Split directory name into columns
57
# Example: oneblink_vpr_xc7_a35tcsg326-1_arty_options
58
pattern = '([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)'
0 commit comments