summaryrefslogtreecommitdiff
path: root/php/test/Slice/keyword/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'php/test/Slice/keyword/run.py')
-rwxr-xr-xphp/test/Slice/keyword/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/php/test/Slice/keyword/run.py b/php/test/Slice/keyword/run.py
index 6312457ceef..12d908afc77 100755
--- a/php/test/Slice/keyword/run.py
+++ b/php/test/Slice/keyword/run.py
@@ -25,6 +25,7 @@ testdir = os.getcwd()
client = os.path.join(testdir, "Client.php")
print "starting client...",
-clientProc = TestUtil.startClient(client)
+clientProc = TestUtil.startClient(client, startReader = False)
print "ok"
+clientProc.startReader()
clientProc.waitTestSuccess()