summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-05-10 19:08:27 +0200
committerJose <jose@zeroc.com>2011-05-10 19:08:27 +0200
commita793c0d6876cc795589704845289a3a6c71adb81 (patch)
tree2cca8352f7a7de3c027c51554e009922e23cab42 /scripts/TestUtil.py
parent4937 - consider to set Ice.Plugin.IceSSL inside Glacier2.SessionFactoryHelper (diff)
downloadice-a793c0d6876cc795589704845289a3a6c71adb81.tar.bz2
ice-a793c0d6876cc795589704845289a3a6c71adb81.tar.xz
ice-a793c0d6876cc795589704845289a3a6c71adb81.zip
4845 - IcePHP Mac OS X updates.
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 3737f60b251..2cec8a531f2 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -514,7 +514,11 @@ def phpSetup(clientConfig = False, iceOptions = None, iceProfile = None):
extDir = os.path.join(iceHome, "bin")
incDir = os.path.join(iceHome, "php")
else:
- ext = "IcePHP.so"
+ ext = "IcePHP"
+ if isDarwin():
+ ext += ".dy"
+ else:
+ ext += ".so"
if not iceHome:
extDir = os.path.abspath(os.path.join(toplevel, "php", "lib"))
incDir = extDir