From 33811de502ffd9315950ddbcac4009605d70fae0 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 29 Mar 2016 16:52:57 +0200 Subject: JS test Windows env for services --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') 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) -- cgit v1.2.3