Commit c3c49ec5 authored by stratakis's avatar stratakis Committed by Victor Stinner

[2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltests (GH-11879)

multissltests: fix _build_src(), add 'cwd' variable.
parent 2149a9ad
......@@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
OPENSSL_RECENT_VERSIONS = [
"1.0.2p",
"1.1.0i",
# "1.1.1",
"1.1.1",
]
LIBRESSL_OLD_VERSIONS = [
......@@ -270,6 +270,7 @@ class AbstractBuilder(object):
def _build_src(self):
"""Now build openssl"""
log.info("Running build in {}".format(self.build_dir))
cwd = self.build_dir
cmd = [
"./config",
"shared", "--debug",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment