diff options
author | Heiko Carstens <[email protected]> | 2014-10-20 12:52:03 +0200 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2014-11-03 14:15:47 -0500 |
commit | 52100d7f1c35e5b8c4f3017d36f378372f67f87d (patch) | |
tree | 17c7edce7a451f8b371804cd6adfebb4bb72529a | |
parent | d20058f67405981a81344e6fec93f6f557fb96a2 (diff) |
ftracetest: Sort testcases
Make sure the order of the executed testcases is always the same.
Link: http://lkml.kernel.org/p/[email protected]
Acked-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
-rwxr-xr-x | tools/testing/selftests/ftrace/ftracetest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ftrace/ftracetest b/tools/testing/selftests/ftrace/ftracetest index 515247601df4..f15c0da07aca 100755 --- a/tools/testing/selftests/ftrace/ftracetest +++ b/tools/testing/selftests/ftrace/ftracetest @@ -37,7 +37,7 @@ abspath() { } find_testcases() { #directory - echo `find $1 -name \*.tc` + echo `find $1 -name \*.tc | sort` } parse_opts() { # opts |