8000 [2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltest… · python/cpython@c3c49ec · GitHub
[go: up one dir, main page]

Skip to content

Commit c3c49ec

Browse files
stratakisvstinner
authored andcommitted
[2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltests (GH-11879)
multissltests: fix _build_src(), add 'cwd' variable.
1 parent 2149a9a commit c3c49ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/ssl/multissltests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
OPENSSL_RECENT_VERSIONS = [
4949
"1.0.2p",
5050
"1.1.0i",
51-
# "1.1.1",
51+
"1.1.1",
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [
@@ -270,6 +270,7 @@ def _unpack_src(self):
270270
def _build_src(self):
271271
"""Now build openssl"""
272272
log.info("Running build in {}".format(self.build_dir))
273+
cwd = self.build_dir
273274
cmd = [
274275
"./config",
275276
"shared", "--debug",

0 commit comments

Comments
 (0)
0