Pretty print tests.json

pull/102/head
Craig Tiller 10 years ago
parent e9c959d78e
commit f24e7241aa
  1. 3
      templates/tools/run_tests/tests.json.template
  2. 803
      tools/run_tests/tests.json

@ -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)}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save