ftracetest: Sort testcases
Make sure the order of the executed testcases is always the same. Link: http://lkml.kernel.org/p/1413802323-5297-3-git-send-email-heiko.carstens@de.ibm.com Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
d20058f674
commit
52100d7f1c
|
@ -37,7 +37,7 @@ abspath() {
|
|||
}
|
||||
|
||||
find_testcases() { #directory
|
||||
echo `find $1 -name \*.tc`
|
||||
echo `find $1 -name \*.tc | sort`
|
||||
}
|
||||
|
||||
parse_opts() { # opts
|
||||
|
|
Loading…
Reference in New Issue