summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/ssl/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Glacier2/ssl/run.py')
-rwxr-xr-xcpp/test/Glacier2/ssl/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Glacier2/ssl/run.py b/cpp/test/Glacier2/ssl/run.py
index 4f9f9418da0..14f10c06f14 100755
--- a/cpp/test/Glacier2/ssl/run.py
+++ b/cpp/test/Glacier2/ssl/run.py
@@ -49,8 +49,9 @@ clientCfg = TestUtil.DriverConfig("client")
clientCfg.protocol = "ssl"
client = os.path.join(os.getcwd(), "client")
print "starting client...",
-clientProc = TestUtil.startClient(client, "", clientCfg)
+clientProc = TestUtil.startClient(client, "", clientCfg, startReader = False)
print "ok"
+clientProc.startReader()
clientProc.waitTestSuccess()
serverProc.waitTestSuccess()