diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index d58e3f8c5b5..8be3a508f2e 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1907,7 +1907,7 @@ def getTestEnv(lang, testdir): addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src"), env) - if isWin32() and lang in ["cpp", "java", "csharp", "python", "ruby"]: + if isWin32() and lang in ["cpp", "java", "csharp", "python", "ruby", "php"]: if not iceHome: mode = getBuildMode(os.path.join(getIceDir("cpp"), "bin")) configuration = "Debug" if mode == "debug" else "Release" |