提交 3eefcea1 编写于 作者: R Richard Levitte

When verbosity is requested, OpenSSL::Test::run() displays the command

It displays the command's exit code as well.
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 fbd361ea
......@@ -354,6 +354,9 @@ sub run {
$r = $hooks{exit_checker}->($e);
}
print STDERR "$prefix$cmd => $e\n"
if !$ENV{HARNESS_ACTIVE} || $ENV{HARNESS_VERBOSE};
# At this point, $? stops being interesting, and unfortunately,
# there are Test::More versions that get picky if we leave it
# non-zero.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册