diff options
Diffstat (limited to 'demoscript/Ice/nrvo.py')
-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") |