diff options
Diffstat (limited to 'cpp/test/IcePack/deployer/run.py')
-rwxr-xr-x | cpp/test/IcePack/deployer/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IcePack/deployer/run.py b/cpp/test/IcePack/deployer/run.py index 802af8af8b1..a4ffcafe7cf 100755 --- a/cpp/test/IcePack/deployer/run.py +++ b/cpp/test/IcePack/deployer/run.py @@ -42,7 +42,7 @@ def startClient(options): global testdir fullClientOptions = TestUtil.clientOptions + \ - " --Ice.Default.Locator=\"IcePack/Locator:default -p 12346\" " + \ + " --Ice.Default.Locator=\"IcePack/Locator:default -p 12345\" " + \ options print "starting client...", @@ -59,7 +59,7 @@ def startClient(options): # Start IcePack. # IcePackAdmin.cleanDbDir(os.path.join(testdir, "db")) -icePackRegistryThread = IcePackAdmin.startIcePackRegistry("12346", testdir) +icePackRegistryThread = IcePackAdmin.startIcePackRegistry("12345", testdir) icePackNodeThread = IcePackAdmin.startIcePackNode(testdir) # |