summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-28 19:05:39 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-28 19:05:39 +0100
commit8bdeabca37c75c1b319a825313447d477e7a98e4 (patch)
tree118a0fe3dd27f8c4bb312b0c8f66f7ef5ad2c0e8 /cpp
parentICE-5031 extra space in TP installer causes to be first in SW list (diff)
downloadice-8bdeabca37c75c1b319a825313447d477e7a98e4.tar.bz2
ice-8bdeabca37c75c1b319a825313447d477e7a98e4.tar.xz
ice-8bdeabca37c75c1b319a825313447d477e7a98e4.zip
Fixed ICE-5033: nrvo demo expect.py hang
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Ice/nrvo/expect.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/demo/Ice/nrvo/expect.py b/cpp/demo/Ice/nrvo/expect.py
index e03e4bb5ff6..fbbc9518d7f 100644
--- a/cpp/demo/Ice/nrvo/expect.py
+++ b/cpp/demo/Ice/nrvo/expect.py
@@ -28,5 +28,3 @@ client = Util.spawn('./client')
client.expect('.*==>')
nrvo.run(client, server)
-
-server.waitTestSuccess()