Commit 3eefcea1 authored by Richard Levitte's avatar Richard Levitte
Browse files

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



It displays the command's exit code as well.

Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
parent fbd361ea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.