diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index eddcbd1359b..ca9e1148d0c 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1836,8 +1836,6 @@ def getTestEnv(lang, testdir): # NodeJS is always installed locally even when testing against a binary installation if os.environ.get("USE_BIN_DIST", "no") != "yes": addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src"), env) - else: - addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "node_modules"), env) # # DB CLASSPATH, in Windows db.jar come from Ice home or |