mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-21 21:55:42 +08:00
tester: Sort test reports for JSON/YAML
This makes the reports more git friendly. Update 4671.
This commit is contained in:
@@ -248,7 +248,7 @@ def results_to_data(args, reports, start_time, end_time):
|
||||
run_data['arch'] = run['bsp_arch']
|
||||
reports_data.append(run_data)
|
||||
|
||||
data['reports'] = reports_data
|
||||
data['reports'] = sorted(reports_data, key=lambda x: x["executable"])
|
||||
return data
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user