From 5d8fb3eaaf35efb3d9183c67ac05067793f53d82 Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 16 Aug 2016 14:47:17 -0400 Subject: Fix PHP path in TestUtil --- scripts/TestUtil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/TestUtil.py') 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": -- cgit v1.2.3