From: Dmitry Belyavskiy Date: Mon, 11 May 2020 13:55:47 +0000 (+0300) Subject: Allow skipping perl tests X-Git-Tag: v3.0.0~117 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=7f055baddc3aa79fc1c2cf22bf5d5750843f5920;p=openssl-gost%2Fengine.git Allow skipping perl tests --- diff --git a/test/run_tests b/test/run_tests index c1cd70c..92d2892 100644 --- a/test/run_tests +++ b/test/run_tests @@ -1,6 +1,8 @@ #!/usr/bin/perl use TAP::Harness; +exit 0 if (defined $ENV{'SKIP_PERL_TEST'}); + if(defined $ENV{'OPENSSL_ROOT_DIR'}) { my $openssl_libdir; my $openssl_bindir;