diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-05-13 18:19:54 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-05-13 18:19:54 +0800 |
commit | 958d5b1f6a118038a61455ac77f8ce4241312b72 (patch) | |
tree | 8d88da9e4c827ea2383d2b0f77a61406138e7636 /cpp/demo/IceGrid/secure/expect.py | |
parent | bug 3163 - IceGrid/secure expect.py changes. (diff) | |
download | ice-958d5b1f6a118038a61455ac77f8ce4241312b72.tar.bz2 ice-958d5b1f6a118038a61455ac77f8ce4241312b72.tar.xz ice-958d5b1f6a118038a61455ac77f8ce4241312b72.zip |
http://bugzilla/bugzilla/show_bug.cgi?id=3163 - more fixes for this bug.
Diffstat (limited to 'cpp/demo/IceGrid/secure/expect.py')
-rwxr-xr-x | cpp/demo/IceGrid/secure/expect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/IceGrid/secure/expect.py b/cpp/demo/IceGrid/secure/expect.py index 365262df770..4c431d7167b 100755 --- a/cpp/demo/IceGrid/secure/expect.py +++ b/cpp/demo/IceGrid/secure/expect.py @@ -66,6 +66,7 @@ makecerts.expect("Sign the certificate?") makecerts.sendline("y") makecerts.expect("1 out of 1 certificate requests certified, commit?") makecerts.sendline("y") +makecerts.waitTestSuccess() print "ok" print "starting icegrid...", |