summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 8408bdd52e7..b733fa5b20b 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1917,6 +1917,8 @@ def getTestEnv(lang, testdir):
if isMINGW():
addPathToEnv("PATH", os.path.join(pkgdir, "bzip2.mingw4.7.2", pkgsubdir), env)
+ if lang == "java" and javaLibraryPath:
+ addPathToEnv("PATH", javaLibraryPath, env)
#
# If Ice is installed on the system, set the CLASSPATH for Java and