summaryrefslogtreecommitdiff
path: root/cpp/test/IcePack/simple/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IcePack/simple/run.py')
-rwxr-xr-xcpp/test/IcePack/simple/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/simple/run.py b/cpp/test/IcePack/simple/run.py
index c46ca420cab..c76045c990b 100755
--- a/cpp/test/IcePack/simple/run.py
+++ b/cpp/test/IcePack/simple/run.py
@@ -68,7 +68,7 @@ IcePackAdmin.addServer(os.path.join(testdir, "simple_server.xml"), "test.dir=" +
print "ok"
print "starting client...",
-clientPipe = os.popen(client + TestUtil.clientOptions + additionalOptions + " --with-deploy" + " 2>&1")
+clientPipe = os.popen(client + TestUtil.clientOptions + additionalOptions + " --with-deploy" + " 2>&1", "r", 0)
print "ok"
TestUtil.printOutputFromPipe(clientPipe)