diff options
Diffstat (limited to 'cpp/test/IceGrid/noRestartUpdate/run.py')
-rwxr-xr-x | cpp/test/IceGrid/noRestartUpdate/run.py | 2 |
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("--", "")) |