summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/echo/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-01-22 19:16:43 +0100
committerJose <jose@zeroc.com>2015-01-22 19:16:43 +0100
commitf623cdba8d3dcf801b1483e15b5f0cb19ac77b4a (patch)
tree6cf5de43bbad54c89ed9fe232180062d48dba5d2 /cpp/test/Ice/echo/run.py
parentICE-6279 OBjC: use servant factory methods (diff)
downloadice-f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a.tar.bz2
ice-f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a.tar.xz
ice-f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a.zip
Port test controller server to Java
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()