]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltests (GH-11879)
authorstratakis <cstratak@redhat.com>
Fri, 15 Feb 2019 18:01:27 +0000 (19:01 +0100)
committerVictor Stinner <vstinner@redhat.com>
Fri, 15 Feb 2019 18:01:27 +0000 (19:01 +0100)
multissltests: fix _build_src(), add 'cwd' variable.

Tools/ssl/multissltests.py

index a92f010bc8881a28f06bf94f1f62b4c290407a05..78b068a46a50c4cfd6e50499e56d0d0fe7af9efb 100755 (executable)
@@ -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",