summaryrefslogtreecommitdiff
path: root/java/test/Ice/interceptor/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/interceptor/run.py')
-rwxr-xr-xjava/test/Ice/interceptor/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test/Ice/interceptor/run.py b/java/test/Ice/interceptor/run.py
index bd197e05b8f..e47acfdef1e 100755
--- a/java/test/Ice/interceptor/run.py
+++ b/java/test/Ice/interceptor/run.py
@@ -23,7 +23,8 @@ from scripts import *
TestUtil.addClasspath(os.path.join(os.getcwd(), "classes"))
print "starting client...",
-clientProc = TestUtil.startClient("Client", "--Ice.Warn.Dispatch=0")
+clientProc = TestUtil.startClient("Client", "--Ice.Warn.Dispatch=0", startReader = False)
print "ok"
+clientProc.startReader()
clientProc.waitTestSuccess()