diff options
author | Jose <jose@zeroc.com> | 2016-09-16 18:49:41 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-09-16 18:49:41 +0200 |
commit | 3bf32218f601704009e2aa4c83ec10c5e29f4473 (patch) | |
tree | 61cb4edf41d0610daf1edc5b83a86f03b3904a4d /scripts/TestUtil.py | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-3bf32218f601704009e2aa4c83ec10c5e29f4473.tar.bz2 ice-3bf32218f601704009e2aa4c83ec10c5e29f4473.tar.xz ice-3bf32218f601704009e2aa4c83ec10c5e29f4473.zip |
Fixed ICE-7630 - JS tests fail on Xenial
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index bf9541072cf..3375ddc5f85 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1961,9 +1961,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": - if es5: - addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src", "es5"), env) - else: addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src"), env) if isWin32(): |