summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/echo/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/echo/test.py')
-rw-r--r--cpp/test/Ice/echo/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/echo/test.py b/cpp/test/Ice/echo/test.py
index 27ced12e84c..7842bd5ea80 100644
--- a/cpp/test/Ice/echo/test.py
+++ b/cpp/test/Ice/echo/test.py
@@ -12,4 +12,4 @@ class EchoServerTestCase(ClientServerTestCase):
def runClientSide(self, current):
pass
-TestSuite(__name__, [EchoServerTestCase(name="server", server=Server(waitForShutdown=False))])
+TestSuite(__name__, [EchoServerTestCase(name="server", server=Server(quiet=True, waitForShutdown=False))])