diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-25 04:20:33 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-25 04:20:33 +0000 |
commit | ded5367d8f51837871233d0cbaaa458eb74c9450 (patch) | |
tree | 794c0868f54039280054933eec96d3b2cc74cd8e /cpp/config/TestUtil.py | |
parent | Updated to include turning off exception warnings. (diff) | |
download | ice-ded5367d8f51837871233d0cbaaa458eb74c9450.tar.bz2 ice-ded5367d8f51837871233d0cbaaa458eb74c9450.tar.xz ice-ded5367d8f51837871233d0cbaaa458eb74c9450.zip |
Updated to attempt to get a test for the Single Certificate certificate
verifier in place.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index b8765f7adcc..ddb736500fd 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -111,6 +111,11 @@ def clientServerTest(toplevel, name): updatedServerOptions = serverOptions.replace("TOPLEVELDIR", toplevel) updatedClientOptions = clientOptions.replace("TOPLEVELDIR", toplevel) + print "server: " + print server + updatedServerOptions + print "client: " + print client + updatedClientOptions + print "starting server...", serverPipe = os.popen(server + updatedServerOptions) getServerPid(serverPipe) |