diff options
Diffstat (limited to 'py/test/Slice/keyword/run.py')
-rwxr-xr-x | py/test/Slice/keyword/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/test/Slice/keyword/run.py b/py/test/Slice/keyword/run.py index f36d746e167..6722947e90c 100755 --- a/py/test/Slice/keyword/run.py +++ b/py/test/Slice/keyword/run.py @@ -21,6 +21,7 @@ sys.path.append(os.path.join(path[0])) from scripts import * print "starting client...", -clientProc = TestUtil.startClient("Client.py", "--Ice.Default.Host=127.0.0.1") +clientProc = TestUtil.startClient("Client.py", "--Ice.Default.Host=127.0.0.1", startReader = False) print "ok" +clientProc.startReader() clientProc.waitTestSuccess() |