The branch master has been updated
via d1ae34e92d1ae11a9b650e85790a907e5939cdf6 (commit)
from 06444da464c038d7869908aaa26eaa728ae3a032 (commit)
- Log -----------------------------------------------------------------
commit d1ae34e92d1ae11a9b650e85790a907e5939cdf6
Author: Kurt Roeckx <[email protected]>
Date: Sat Apr 28 23:26:22 2018 +0200
Use the config file from the source not the host for the tests
Fixes: #6046
Reviewed-by: Rich Salz <[email protected]>
GH: #6125
-----------------------------------------------------------------------
Summary of changes:
test/run_tests.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/run_tests.pl b/test/run_tests.pl
index 6343ec7..56b5ad1 100644
--- a/test/run_tests.pl
+++ b/test/run_tests.pl
@@ -28,6 +28,8 @@ my $bldtop = $ENV{BLDTOP} || $ENV{TOP};
my $recipesdir = catdir($srctop, "test", "recipes");
my $libdir = rel2abs(catdir($srctop, "util", "perl"));
+$ENV{OPENSSL_CONF} = catdir($srctop, "apps", "openssl.cnf");
+
my %tapargs =
( verbosity => $ENV{VERBOSE} || $ENV{V} || $ENV{HARNESS_VERBOSE} ? 1 : 0,
lib => [ $libdir ],
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits