[chirp_devel] [PATCH] [run_tests] emit available drivers and tests sorted
Marco Filippi IZ3GME
Fri Oct 16 00:23:06 PDT 2015
# HG changeset patch
# User Marco Filippi <iz3gme.marco at 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()
More information about the chirp_devel
mailing list