From 317ffa576bc6d0eacec310f50f951c5d895c802e Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 8 Jun 2020 13:40:34 +0200 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/12088) --- util/perl/OpenSSL/Test.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') 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 { -- cgit v1.2.3