diff options
Diffstat (limited to 'cpp/test/IceGrid/deployer/run.py')
-rwxr-xr-x | cpp/test/IceGrid/deployer/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/deployer/run.py b/cpp/test/IceGrid/deployer/run.py index f02eec914e7..800e4c3ec4f 100755 --- a/cpp/test/IceGrid/deployer/run.py +++ b/cpp/test/IceGrid/deployer/run.py @@ -42,7 +42,7 @@ def startClient(options): global testdir fullClientOptions = TestUtil.clientOptions + \ - " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12345\" " + \ + " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12010\" " + \ options print "starting client...", @@ -58,7 +58,7 @@ def startClient(options): # Start IceGrid. # IceGridAdmin.cleanDbDir(os.path.join(testdir, "db")) -iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12345", testdir, 0) +iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12010", testdir, 0) iceGridNodeThread = IceGridAdmin.startIceGridNode(testdir) # |