diff options
Diffstat (limited to 'cpp/test/IcePack/deployer/run.py')
-rwxr-xr-x | cpp/test/IcePack/deployer/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/deployer/run.py b/cpp/test/IcePack/deployer/run.py index c8bed4755d1..4c6cdb8f65a 100755 --- a/cpp/test/IcePack/deployer/run.py +++ b/cpp/test/IcePack/deployer/run.py @@ -44,7 +44,7 @@ def startClient(options): options print "starting client...", - clientPipe = os.popen(os.path.join(testdir, "client") + fullClientOptions + " 2>&1") + clientPipe = os.popen(os.path.join(testdir, "client") + fullClientOptions + " 2>&1", "r", 0) print "ok" TestUtil.printOutputFromPipe(clientPipe) |