diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-03-16 13:16:09 -0400 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-03-16 13:16:09 -0400 |
commit | 2020e0fd3317382243a87d139b18b88efde6251c (patch) | |
tree | 74bca4eb7b846838dc779581b27d8ff7028b6b9f /cpp/demo/IceGrid/secure/expect.py | |
parent | Fixed makecerts.py check for toplevel (diff) | |
download | ice-2020e0fd3317382243a87d139b18b88efde6251c.tar.bz2 ice-2020e0fd3317382243a87d139b18b88efde6251c.tar.xz ice-2020e0fd3317382243a87d139b18b88efde6251c.zip |
Bug 3873 - IceGrid/secure fails on Solaris x64
Diffstat (limited to 'cpp/demo/IceGrid/secure/expect.py')
-rwxr-xr-x | cpp/demo/IceGrid/secure/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/secure/expect.py b/cpp/demo/IceGrid/secure/expect.py index da66cbcb03c..c81348de4b0 100755 --- a/cpp/demo/IceGrid/secure/expect.py +++ b/cpp/demo/IceGrid/secure/expect.py @@ -36,7 +36,7 @@ else: print "creating certificates...", sys.stdout.flush() -makecerts = Util.spawn('python -u makecerts.py') +makecerts = Util.spawn('python -u makecerts.py --iceca=' + os.path.join(Util.getIceDir("cpp"), "bin", "iceca")) makecerts.expect("Do you want to keep this as the CA subject name?") makecerts.sendline("y") makecerts.expect("Enter the email address of the CA:") |