diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-05-21 17:30:37 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-05-21 17:30:37 +0200 |
commit | 0945d8af35204d708c42cf4bfbbd078f24d7dd71 (patch) | |
tree | 35d3328980ad8a012352518d733684a9cf6c7712 /scripts/TestUtil.py | |
parent | Fix to require 3rd parties on Windows only for C++/Java/C# (diff) | |
download | ice-0945d8af35204d708c42cf4bfbbd078f24d7dd71.tar.bz2 ice-0945d8af35204d708c42cf4bfbbd078f24d7dd71.tar.xz ice-0945d8af35204d708c42cf4bfbbd078f24d7dd71.zip |
Fixed NODE_PATH when testing against binary distribution
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 |