summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-03-29 16:52:57 +0200
committerJose <jose@zeroc.com>2016-03-29 16:52:57 +0200
commit33811de502ffd9315950ddbcac4009605d70fae0 (patch)
tree80860483b540eeeeed27aedc65a585f96af2b0b6 /scripts/TestUtil.py
parentWindows stacktrace test fixes (diff)
downloadice-33811de502ffd9315950ddbcac4009605d70fae0.tar.bz2
ice-33811de502ffd9315950ddbcac4009605d70fae0.tar.xz
ice-33811de502ffd9315950ddbcac4009605d70fae0.zip
JS test Windows env for services
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 1084a024b32..a838398f1b3 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1894,7 +1894,7 @@ def getTestEnv(lang, testdir):
# DB CLASSPATH, in Windows db.jar come from Ice home or
# from Third Party Home
#
- if lang in ["cpp", "java", "csharp", "python", "ruby"]:
+ if lang in ["cpp", "java", "csharp", "python", "ruby", "js"]:
if isWin32():
if iceHome:
addClasspath(os.path.join(getIceDir("java", testdir), "lib", "db.jar"), env)