summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
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 b2a2524f77a..27af43dca48 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1905,7 +1905,7 @@ def getTestEnv(lang, testdir):
# DB CLASSPATH, in Windows db.jar come from Ice home or
# from Third Party Home
#
- if lang in ["cpp", "java", "csharp", "python", "ruby", "js"]:
+ if lang in ["cpp", "java", "csharp", "python", "ruby", "js", "php"]:
if isWin32():
if iceHome:
addClasspath(os.path.join(getIceDir("java", testdir), "lib", "db.jar"), env)
@@ -1978,7 +1978,7 @@ def getTestEnv(lang, testdir):
elif isAIX():
addLdPath(getCppLibDir(lang), env)
elif lang in ["python", "ruby", "php", "js", "objective-c"]:
- # C++ binaries use rpath $ORIGIN or similar to find the Ice libraries
+ # C++ binaries use rpath $ORIGIN or similar to find the Ice libraries
addLdPath(getCppLibDir(lang), env)
if lang == "java":