summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/update/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/update/test.py')
-rw-r--r--cpp/test/IceGrid/update/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/update/test.py b/cpp/test/IceGrid/update/test.py
index 3decb0431e9..77847b4d202 100644
--- a/cpp/test/IceGrid/update/test.py
+++ b/cpp/test/IceGrid/update/test.py
@@ -17,7 +17,7 @@ class IceGridUpdateTestCase(IceGridTestCase):
clientProps = lambda process, current: {
"NodePropertiesOverride" : current.testcase.icegridnode[0].getPropertiesOverride(current),
- "IceBinDir" : current.testcase.getMapping().getBinDir(current),
+ "IceBinDir" : current.testcase.getMapping().getBinDir(None, current),
"ServerDir" : current.getBuildDir("server"),
"TestDir" : "{testdir}"
}