diff options
author | Jose <jose@zeroc.com> | 2016-08-03 10:07:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-08-03 10:07:11 +0200 |
commit | 8031ba51ba18d5b4f3dd04faeff98ce1450124be (patch) | |
tree | 2dd1f9cf7e0e56ed42cdcfe5ec6af46c1c15a479 /scripts/TestUtil.py | |
parent | Removed bogus comparison operators (diff) | |
download | ice-8031ba51ba18d5b4f3dd04faeff98ce1450124be.tar.bz2 ice-8031ba51ba18d5b4f3dd04faeff98ce1450124be.tar.xz ice-8031ba51ba18d5b4f3dd04faeff98ce1450124be.zip |
Better IceSSL lock initialization
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 809f06713b9..f8f49e177d6 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -965,9 +965,6 @@ sslConfigTree["ruby"] = sslConfigTree["cpp"] sslConfigTree["php"] = sslConfigTree["cpp"].copy() sslConfigTree["objective-c"] = sslConfigTree["cpp"] -if isUbuntu(): - sslConfigTree["php"]["client"] += " --IceSSL.InitOpenSSL=0" - def getDefaultMapping(): """Try to guess the language mapping from the current path""" here = os.getcwd().split(os.sep) |