From: Dr. David von Oheimb Date: Wed, 24 Jun 2020 10:13:38 +0000 (+0200) Subject: test/run_tests.pl: Add visual separator after failed test case for VFP and VFP modes X-Git-Tag: openssl-3.0.0-alpha5~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a812549108150b53023ed62e92e8b43c9414a15e;p=thirdparty%2Fopenssl.git test/run_tests.pl: Add visual separator after failed test case for VFP and VFP modes Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12279) --- diff --git a/test/run_tests.pl b/test/run_tests.pl index c3d0b45d738..61f9ee35c0c 100644 --- a/test/run_tests.pl +++ b/test/run_tests.pl @@ -181,6 +181,7 @@ $eres = eval { print $output_buffer if !$is_ok; print "\n".$self->as_string if !$is_ok || $failure_verbosity == 2; + print "\n# ------------------------------------------------------------------------------" if !$is_ok; $output_buffer = ""; } elsif ($self->as_string ne "") { # typically is_comment or is_unknown