summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-08-03 10:07:11 +0200
committerJose <jose@zeroc.com>2016-08-03 10:07:11 +0200
commit8031ba51ba18d5b4f3dd04faeff98ce1450124be (patch)
tree2dd1f9cf7e0e56ed42cdcfe5ec6af46c1c15a479 /scripts/TestUtil.py
parentRemoved bogus comparison operators (diff)
downloadice-8031ba51ba18d5b4f3dd04faeff98ce1450124be.tar.bz2
ice-8031ba51ba18d5b4f3dd04faeff98ce1450124be.tar.xz
ice-8031ba51ba18d5b4f3dd04faeff98ce1450124be.zip
Better IceSSL lock initialization
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py3
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)