summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index b466b903923..d892088db82 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1881,7 +1881,6 @@ def getTestEnv(lang, testdir):
if os.environ.get("USE_BIN_DIST", "no") != "yes":
addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src"), env)
-
if isWin32() and lang in ["cpp", "java", "csharp", "python", "ruby", "php"]:
if not iceHome:
configuration = "Debug" if buildMode == "debug" else "Release"