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 /demoscript/Ice | |
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 'demoscript/Ice')
-rw-r--r-- | demoscript/Ice/nrvo.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demoscript/Ice/nrvo.py b/demoscript/Ice/nrvo.py index 2ff3a943e5f..18aa5e0ad53 100644 --- a/demoscript/Ice/nrvo.py +++ b/demoscript/Ice/nrvo.py @@ -20,6 +20,9 @@ def run(client, server): client.sendline('3') client.expect('==> ', timeout=2000) client.sendline('s') + server.waitTestSuccess() + client.expect('==> ', timeout=2000) client.sendline('x') + client.waitTestSuccess() print("ok") |