diff options
Diffstat (limited to 'scripts/IceGridUtil.py')
-rw-r--r-- | scripts/IceGridUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/IceGridUtil.py b/scripts/IceGridUtil.py index 698519c45e4..0c2ad2f838c 100644 --- a/scripts/IceGridUtil.py +++ b/scripts/IceGridUtil.py @@ -231,7 +231,7 @@ class IceGridTestCase(TestCase): javaHome = os.environ.get("JAVA_HOME", None) serverProps = Server().getProps(current) variables = { - "test.dir" : self.getPath(), + "test.dir" : self.getPath(current), "java.exe" : os.path.join(javaHome, "bin", "java") if javaHome else "java", "icebox.exe" : IceBox().getCommandLine(current), "icegridnode.exe" : IceGridNode().getCommandLine(current), |