commit | 255769a17b86838eb724da5501eba6a31b0ed1ba | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Apr 06 17:16:39 2018 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Sat Apr 07 20:18:26 2018 -0400 |
tree | 81e89840b0c35c6c42ab489cb8551e9e2035a094 | |
parent | 8604b0c4bc9a39f8fa0301bbb15146bcda2a44f7 [diff] |
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>