summaryrefslogtreecommitdiff
path: root/cs/demo/Glacier2/callback/expect.py
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/Glacier2/callback/expect.py')
-rwxr-xr-xcs/demo/Glacier2/callback/expect.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cs/demo/Glacier2/callback/expect.py b/cs/demo/Glacier2/callback/expect.py
index a53d2f02678..0878334c2da 100755
--- a/cs/demo/Glacier2/callback/expect.py
+++ b/cs/demo/Glacier2/callback/expect.py
@@ -24,8 +24,6 @@ from demoscript.Glacier2 import callback
server = Util.spawn('./server.exe --Ice.PrintAdapterReady')
server.expect('.* ready')
-sessionserver = Util.spawn('./sessionserver.exe --Ice.PrintAdapterReady')
-sessionserver.expect('.* ready')
glacier2 = Util.spawn('glacier2router --Ice.Config=config.glacier2 --Ice.PrintAdapterReady --Glacier2.SessionTimeout=5')
glacier2.expect('Glacier2.Client ready')
@@ -33,4 +31,4 @@ glacier2.expect('Glacier2.Server ready')
client = Util.spawn('./client.exe')
-callback.run(client, server, sessionserver, glacier2)
+callback.run(client, server, glacier2)