summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/expect.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/hello/expect.py')
-rwxr-xr-xcpp/demo/Ice/hello/expect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/hello/expect.py b/cpp/demo/Ice/hello/expect.py
index bc06e894d62..73ef8f0d3e1 100755
--- a/cpp/demo/Ice/hello/expect.py
+++ b/cpp/demo/Ice/hello/expect.py
@@ -22,9 +22,9 @@ sys.path.append(path[0])
from demoscript import *
from demoscript.Ice import hello
-server = Util.spawn('./server --Ice.PrintAdapterReady')
+server = Util.spawn('./server --Ice.PrintAdapterReady --Ice.Warn.Connections=0')
server.expect('.* ready')
-client = Util.spawn('./client')
+client = Util.spawn('./client --Ice.Warn.Connections=0')
client.expect('.*==>')
hello.run(client, server)