diff options
Diffstat (limited to 'scripts/TestUtil.py')
-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) |