summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2012-11-28 09:36:42 -0330
committerDwayne Boone <dwayne@zeroc.com>2012-11-28 09:36:42 -0330
commitce34e585f5a157ad025a7988744f0fe4bf61d2ea (patch)
tree76ccf1d75cb0fdeeb8ef4bb218323a55c38e2005 /scripts/TestUtil.py
parentFixed ICE-5020 - x64 libraries now installed in lib/64 on Sparc (diff)
downloadice-ce34e585f5a157ad025a7988744f0fe4bf61d2ea.tar.bz2
ice-ce34e585f5a157ad025a7988744f0fe4bf61d2ea.tar.xz
ice-ce34e585f5a157ad025a7988744f0fe4bf61d2ea.zip
ICE-5017 Windows php install fails
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 730f4e422de..8fceaaff952 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -491,8 +491,8 @@ def phpSetup(clientConfig = False, iceOptions = None, iceProfile = None):
extDir = os.path.abspath(os.path.join(getIceDir("php"), "lib"))
incDir = extDir
else:
- extDir = os.path.join(iceHome, "bin")
- incDir = os.path.join(iceHome, "php")
+ extDir = os.path.join(iceHome, "php")
+ incDir = extDir
else:
ext = "IcePHP"
if isDarwin():