提交 f80802cb 编写于 作者: S Steven Rostedt 提交者: Steven Rostedt

ktest: Print logfile name on failure

If the test fails and a logfile was specified. Print the name to
let the user know where to look for more information on the
failure.
Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
上级 a5abba98
......@@ -462,6 +462,10 @@ sub dodie {
`$power_off`;
}
if (defined($opt{"LOG_FILE"})) {
print " See $opt{LOG_FILE} for more info.\n";
}
die @_, "\n";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册