diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-10-18 15:24:08 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-10-18 15:24:08 +0200 |
commit | f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2 (patch) | |
tree | b08ce51f7839c7d5c7275dc33baf643e4fc20799 /scripts/IceGridUtil.py | |
parent | Fix C# test instructions for .NET Core (diff) | |
download | ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.tar.bz2 ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.tar.xz ice-f0b0d3f3551ec1b4f74c99d77cca1362d8f1c1c2.zip |
Added support for --cpp-path to test driver
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), |