summaryrefslogtreecommitdiff
path: root/util/perl
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-08 13:40:34 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-10 11:15:38 +0200
commit317ffa576bc6d0eacec310f50f951c5d895c802e (patch)
tree46c0a96472ea429b45de1cbac642b2eca65df224 /util/perl
parent2a3158ac5ba5aae516f8d3264d723f1b7e86fc34 (diff)
downloadopenssl-new-317ffa576bc6d0eacec310f50f951c5d895c802e.tar.gz
run_tests.pl: Add options for focussing output on failed (sub-)tests
VERBOSE_FAILURES_ONLY (VFO): verbose output only of failed (sub-)tests VERBOSE_FAILURES_PROGRESS (VFP): in addition summary for passed tests This adds a workaroud for TAP::Parser not coping well with indentation. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12088)
Diffstat (limited to 'util/perl')
-rw-r--r--util/perl/OpenSSL/Test.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/perl/OpenSSL/Test.pm b/util/perl/OpenSSL/Test.pm
index 8d2894e769..b40283fe34 100644
--- a/util/perl/OpenSSL/Test.pm
+++ b/util/perl/OpenSSL/Test.pm
@@ -35,6 +35,8 @@ OpenSSL::Test - a private extension of Test::More
setup("my_test_name");
+ plan tests => 2;
+
ok(run(app(["openssl", "version"])), "check for openssl presence");
indir "subdir" => sub {