summaryrefslogtreecommitdiff
path: root/scripts/IceGridUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-11-29 18:52:03 +0100
committerBenoit Foucher <benoit@zeroc.com>2016-11-29 18:52:03 +0100
commitf0482e27130b6d45f2a2cf506dfa4dcfd01c4472 (patch)
tree935766d307a1554721e388213de211bec2f04315 /scripts/IceGridUtil.py
parentBuild Slice/keyword test with the Objective-C arc-shared configuration (diff)
downloadice-f0482e27130b6d45f2a2cf506dfa4dcfd01c4472.tar.bz2
ice-f0482e27130b6d45f2a2cf506dfa4dcfd01c4472.tar.xz
ice-f0482e27130b6d45f2a2cf506dfa4dcfd01c4472.zip
Provide the process to getLibSubDir/getBinSubDir
Diffstat (limited to 'scripts/IceGridUtil.py')
-rw-r--r--scripts/IceGridUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/IceGridUtil.py b/scripts/IceGridUtil.py
index 9eb6157cb9a..95656d101b4 100644
--- a/scripts/IceGridUtil.py
+++ b/scripts/IceGridUtil.py
@@ -220,7 +220,7 @@ class IceGridTestCase(TestCase):
serverProps = Server().getProps(current)
variables = {
"test.dir" : self.getPath(),
- "ice.bindir" : self.mapping.getBinDir(current),
+ "ice.bindir" : self.mapping.getBinDir(None, current),
"java.exe" : os.path.join(javaHome, "bin", "java") if javaHome else "java",
"icebox.exe" : IceBox().getCommandLine(current),
"icegridnode.exe" : IceGridNode().getCommandLine(current),