From f24e7241aa0bbace23c48e5717fa07e19f37ed36 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Sun, 18 Jan 2015 10:49:16 -0800 Subject: Pretty print tests.json --- templates/tools/run_tests/tests.json.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template index 3a9e103281..4978480843 100644 --- a/templates/tools/run_tests/tests.json.template +++ b/templates/tools/run_tests/tests.json.template @@ -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)} -- cgit v1.2.3