summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/echo/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/echo/run.py')
-rwxr-xr-xcpp/test/Ice/echo/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/echo/run.py b/cpp/test/Ice/echo/run.py
index 53567790d8e..06935984836 100755
--- a/cpp/test/Ice/echo/run.py
+++ b/cpp/test/Ice/echo/run.py
@@ -25,5 +25,5 @@ sys.stdout.flush()
server = server = os.path.join(os.getcwd(), "server")
p = TestUtil.startServer(server)
print("ok")
-
+sys.stdout.flush()
p.waitTestSuccess()