16 Oct
2015
16 Oct
'15
12:23 a.m.
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1444980092 -7200 # Fri Oct 16 09:21:32 2015 +0200 # Node ID c4c8e16eb73978221db153e56beb71d2785be146 # Parent 853c2aa66578154be72a4a5d889db2f4d62226e7 [run_tests] emit available drivers and tests sorted
diff --git a/tests/run_tests b/tests/run_tests --- a/tests/run_tests +++ b/tests/run_tests @@ -1162,8 +1162,8 @@ %s Available tests: %s -""" % ("\n".join([" %s" % x for x in tests]), - "\n".join([" %s" % x for x in TESTS.keys()])) +""" % ("\n".join([" %s" % x for x in sorted(tests)]), + "\n".join([" %s" % x for x in sorted(TESTS.keys())]))
(options, args) = op.parse_args()