Commit 52100d7f authored by Heiko Carstens's avatar Heiko Carstens Committed by Steven Rostedt

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.comAcked-by: default avatarMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent d20058f6
......@@ -37,7 +37,7 @@ abspath() {
}
find_testcases() { #directory
echo `find $1 -name \*.tc`
echo `find $1 -name \*.tc | sort`
}
parse_opts() { # opts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment