Skip to content
Snippets Groups Projects
Commit f24e7241 authored by Craig Tiller's avatar Craig Tiller
Browse files

Pretty print tests.json

parent e9c959d7
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@ import json
${json.dumps([{"name": tgt.name, "language": tgt.language}
for tgt in targets
if tgt.build == "test" and tgt.name[-5:] == "_test"])}
if tgt.build == "test" and tgt.name[-5:] == "_test"],
sort_keys=True, indent=4)}
This diff is collapsed.
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