diff options
Diffstat (limited to 'cpp/config/IcePackAdmin.py')
-rw-r--r-- | cpp/config/IcePackAdmin.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/config/IcePackAdmin.py b/cpp/config/IcePackAdmin.py index 37364da0d21..409ac863673 100644 --- a/cpp/config/IcePackAdmin.py +++ b/cpp/config/IcePackAdmin.py @@ -38,13 +38,13 @@ def startIcePackRegistry(port, testdir): print "starting icepack registry...", command = icePack + TestUtil.clientServerOptions + ' --nowarn ' + \ - r' --IcePack.Registry.Locator.Endpoints="default -p ' + icePackPort + ' -t 5000" ' + \ - r' --IcePack.Registry.LocatorRegistry.Endpoints=default' + \ - r' --IcePack.Registry.Internal.Endpoints=default' + \ - r' --IcePack.Registry.Admin.Endpoints=default' + \ - r' --IcePack.Registry.Data=' + dataDir + \ - r' --IcePack.Registry.DynamicRegistration' + \ - r' --Ice.ProgramName=icepackregistry' + r' --IcePack.Registry.Locator.Endpoints="default -p ' + icePackPort + ' -t 5000" ' + \ + r' --IcePack.Registry.LocatorRegistry.Endpoints=default' + \ + r' --IcePack.Registry.Internal.Endpoints=default' + \ + r' --IcePack.Registry.Admin.Endpoints=default' + \ + r' --IcePack.Registry.Data=' + dataDir + \ + r' --IcePack.Registry.DynamicRegistration' + \ + r' --Ice.ProgramName=icepackregistry' icePackPipe = os.popen(command) TestUtil.getServerPid(icePackPipe) |