diff options
author | Jose <jose@zeroc.com> | 2017-06-05 14:43:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-05 14:43:00 +0200 |
commit | fa3043a4df6ced5473651e0bc319beb5610df805 (patch) | |
tree | 538b528e699673bc7e71033e51f3a6912b6dc263 /scripts/tests | |
parent | Deprecation warnings (diff) | |
download | ice-fa3043a4df6ced5473651e0bc319beb5610df805.tar.bz2 ice-fa3043a4df6ced5473651e0bc319beb5610df805.tar.xz ice-fa3043a4df6ced5473651e0bc319beb5610df805.zip |
Fix (ICE-7969) - IceSSL/configuration test fails with OpenSSL on Windows
Diffstat (limited to 'scripts/tests')
-rw-r--r-- | scripts/tests/IceSSL/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/IceSSL/configuration.py b/scripts/tests/IceSSL/configuration.py index 94c81ac4145..21915ce6c01 100644 --- a/scripts/tests/IceSSL/configuration.py +++ b/scripts/tests/IceSSL/configuration.py @@ -49,7 +49,7 @@ class ConfigurationTestCase(ClientServerTestCase): def getOpenSSLCommand(self): if isinstance(platform, Windows): - return os.path.join(self.getPath(), "..", "..", "..", "msbuild", "packages", "zeroc.openssl.v140.1.0.2.2", + return os.path.join(self.getPath(), "..", "..", "..", "msbuild", "packages", "zeroc.openssl.v140.1.0.2.4", "build", "native", "bin", "Win32", "Release", "openssl.exe") else: return "openssl" |