diff options
Diffstat (limited to 'cpp/test/IceGrid/activation/run.py')
-rwxr-xr-x | cpp/test/IceGrid/activation/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/activation/run.py b/cpp/test/IceGrid/activation/run.py index 7d73bf25a89..d4ae1df4344 100755 --- a/cpp/test/IceGrid/activation/run.py +++ b/cpp/test/IceGrid/activation/run.py @@ -28,14 +28,14 @@ testdir = os.path.join(toplevel, "test", name) # Add locator options for the client and server. Since the server # invokes on the locator it's also considered to be a client. # -additionalOptions = " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12345\"" +additionalOptions = " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12010\"" IceGridAdmin.cleanDbDir(os.path.join(testdir, "db")) # # Start IceGrid registry and a node. # -iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12345", testdir, 0) +iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12010", testdir, 0) iceGridNodeThread = IceGridAdmin.startIceGridNode(testdir) # |