diff options
author | Jose <jose@zeroc.com> | 2016-03-29 16:52:57 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-29 16:52:57 +0200 |
commit | 33811de502ffd9315950ddbcac4009605d70fae0 (patch) | |
tree | 80860483b540eeeeed27aedc65a585f96af2b0b6 | |
parent | Windows stacktrace test fixes (diff) | |
download | ice-33811de502ffd9315950ddbcac4009605d70fae0.tar.bz2 ice-33811de502ffd9315950ddbcac4009605d70fae0.tar.xz ice-33811de502ffd9315950ddbcac4009605d70fae0.zip |
JS test Windows env for services
-rwxr-xr-x | scripts/TestUtil.py | 2 |
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) |