From 0945d8af35204d708c42cf4bfbbd078f24d7dd71 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 21 May 2015 17:30:37 +0200 Subject: Fixed NODE_PATH when testing against binary distribution --- scripts/TestUtil.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/TestUtil.py') 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 -- cgit v1.2.3