diff options
Diffstat (limited to 'cpp/test')
-rwxr-xr-x | cpp/test/Glacier/starter/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Glacier/starter/run.py b/cpp/test/Glacier/starter/run.py index 48a30812761..ea3da109a1e 100755 --- a/cpp/test/Glacier/starter/run.py +++ b/cpp/test/Glacier/starter/run.py @@ -29,8 +29,9 @@ updatedClientOptions = TestUtil.clientOptions.replace("TOPLEVELDIR", toplevel) updatedClientServerOptions = TestUtil.clientServerOptions.replace("TOPLEVELDIR", toplevel) command = starter + updatedClientServerOptions + \ - r' --Glacier.Starter.CryptPasswords="' + toplevel + r'/test/Glacier/starter/passwords"' + \ r' --Glacier.Starter.RouterPath=' + router + \ + r' --Glacier.Starter.PropertiesOverwrite=Ice.ServerIdleTime=10' \ + r' --Glacier.Starter.CryptPasswords="' + toplevel + r'/test/Glacier/starter/passwords"' + \ r' --Glacier.Starter.Endpoints="default -p 12346 -t 5000"' + \ r' --Glacier.Router.Endpoints="default"' + \ r' --Glacier.Client.Endpoints="default"' + \ |