diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-02-22 13:34:31 -0500 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-02-22 13:34:31 -0500 |
commit | fd19b0a7ddc8679f5d4a3773db8080d084228bcc (patch) | |
tree | fb812f339eb4071406ab343c2b8c36553d290f44 /cpp/test/IceGrid/update/run.py | |
parent | Fixed iSparc check (diff) | |
download | ice-fd19b0a7ddc8679f5d4a3773db8080d084228bcc.tar.bz2 ice-fd19b0a7ddc8679f5d4a3773db8080d084228bcc.tar.xz ice-fd19b0a7ddc8679f5d4a3773db8080d084228bcc.zip |
Fixed to run against 64bit installaion
Diffstat (limited to 'cpp/test/IceGrid/update/run.py')
-rwxr-xr-x | cpp/test/IceGrid/update/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/update/run.py b/cpp/test/IceGrid/update/run.py index 4ca99cbaf5b..72d34fe748b 100755 --- a/cpp/test/IceGrid/update/run.py +++ b/cpp/test/IceGrid/update/run.py @@ -37,7 +37,7 @@ if not os.path.exists(node2Dir): else: IceGridAdmin.cleanDbDir(node2Dir) -nodeOverrideOptions = "--IceDir=\"" + TestUtil.getIceDir("cpp") + "\" --TestDir=\"" + testdir + "\"" + \ +nodeOverrideOptions = "--IceBinDir=\"" + TestUtil.getCppBinDir() + "\" --TestDir=\"" + testdir + "\"" + \ ' --NodePropertiesOverride="' + \ TestUtil.getCommandLine("", TestUtil.DriverConfig("server")).replace("--", "") + \ ' Ice.ServerIdleTime=0 Ice.PrintProcessId=0 Ice.PrintAdapterReady=0' + '"' |