summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/noRestartUpdate/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-28 14:43:54 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-28 14:43:54 +0100
commit8af020b5397fb7e8d054552ee4610255983207b3 (patch)
tree69350c9a27da058be3229baf20b03cbf37c612e9 /cpp/test/IceGrid/noRestartUpdate/run.py
parentFixed (ICE-5004) - Windows 8 SDKManifest.xml (diff)
downloadice-8af020b5397fb7e8d054552ee4610255983207b3.tar.bz2
ice-8af020b5397fb7e8d054552ee4610255983207b3.tar.xz
ice-8af020b5397fb7e8d054552ee4610255983207b3.zip
Fixed VS2012 IceGrid/noRestartUpdate runtime issue
Diffstat (limited to 'cpp/test/IceGrid/noRestartUpdate/run.py')
-rwxr-xr-xcpp/test/IceGrid/noRestartUpdate/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/run.py b/cpp/test/IceGrid/noRestartUpdate/run.py
index cee1fa9e5f0..6a0da8efb84 100755
--- a/cpp/test/IceGrid/noRestartUpdate/run.py
+++ b/cpp/test/IceGrid/noRestartUpdate/run.py
@@ -35,7 +35,7 @@ else:
IceGridAdmin.cleanDbDir(node2Dir)
nodeOverrideOptions = '--IceBinDir="%s" --TestDir="%s" --NodePropertiesOverride="%s Ice.ServerIdleTime=0 Ice.PrintProcessId=0 Ice.PrintAdapterReady=0"' % (
- TestUtil.getCppBinDir(),
+ TestUtil.getCppBinDir("cpp"),
os.getcwd(),
TestUtil.getCommandLine("", TestUtil.DriverConfig("server")).replace("--", ""))