summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-24 12:13:38 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-07-03 10:12:22 +0200
commita812549108150b53023ed62e92e8b43c9414a15e (patch)
tree6889ebbaf16ef6c0d40ce7bc24ef8127ccf5906b /test
parente4522e1059a4ab32024277706f271200e0cb601b (diff)
test/run_tests.pl: Add visual separator after failed test case for VFP and VFP modes
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12279)
Diffstat (limited to 'test')
-rw-r--r--test/run_tests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_tests.pl b/test/run_tests.pl
index c3d0b45d73..61f9ee35c0 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