]> Git Repo - linux.git/commitdiff
ftracetest: Sort testcases
authorHeiko Carstens <[email protected]>
Mon, 20 Oct 2014 10:52:03 +0000 (12:52 +0200)
committerSteven Rostedt <[email protected]>
Mon, 3 Nov 2014 19:15:47 +0000 (14:15 -0500)
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]>
tools/testing/selftests/ftrace/ftracetest

index 515247601df4c783f576722cdd0261d41dfe9886..f15c0da07aca0a5818eaad98503bc5a7c6181ffa 100755 (executable)
@@ -37,7 +37,7 @@ abspath() {
 }
 
 find_testcases() { #directory
-  echo `find $1 -name \*.tc`
+  echo `find $1 -name \*.tc | sort`
 }
 
 parse_opts() { # opts
This page took 0.071709 seconds and 4 git commands to generate.