]> asedeno.scripts.mit.edu Git - linux.git/commit
ktest.pl: Allow dodie be recursive
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 6 Apr 2018 21:16:39 +0000 (17:16 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 8 Apr 2018 00:18:26 +0000 (20:18 -0400)
commit255769a17b86838eb724da5501eba6a31b0ed1ba
tree81e89840b0c35c6c42ab489cb8551e9e2035a094
parent8604b0c4bc9a39f8fa0301bbb15146bcda2a44f7
ktest.pl: Allow dodie be recursive

If dodie cause a function that itself will call dodie, then be able to
handle that. This will allow dodie functions to call run_command, which
could possibly call dodie. If dodie is called again, simply ignore it.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl