From 8a0550434e374aa7cc22dbc99786a17c675fccfd Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 8 Jan 2010 11:25:51 +0100 Subject: Fixed bug 4586 - TestUtil.py doesn't correctly set CLASSPATH --- 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 e289995803b..559c1797664 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1259,7 +1259,7 @@ def getTestEnv(lang, testdir): if lang == "cpp": addLdPath(os.path.join(testdir), env) elif lang == "java": - addClasspath(os.path.join(toplevel, "java", "lib", "IceTest.jar")) + addClasspath(os.path.join(toplevel, "java", "lib", "IceTest.jar"), env) return env; def getTestName(): -- cgit v1.2.3