diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-28 19:05:39 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-28 19:05:39 +0100 |
commit | 8bdeabca37c75c1b319a825313447d477e7a98e4 (patch) | |
tree | 118a0fe3dd27f8c4bb312b0c8f66f7ef5ad2c0e8 /cpp/demo/Ice/nrvo/expect.py | |
parent | ICE-5031 extra space in TP installer causes to be first in SW list (diff) | |
download | ice-8bdeabca37c75c1b319a825313447d477e7a98e4.tar.bz2 ice-8bdeabca37c75c1b319a825313447d477e7a98e4.tar.xz ice-8bdeabca37c75c1b319a825313447d477e7a98e4.zip |
Fixed ICE-5033: nrvo demo expect.py hang
Diffstat (limited to 'cpp/demo/Ice/nrvo/expect.py')
-rw-r--r-- | cpp/demo/Ice/nrvo/expect.py | 2 |
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() |