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 56a456a38d6..119d32359a2 100755
--- a/cpp/test/IcePack/simple/run.py
+++ b/cpp/test/IcePack/simple/run.py
@@ -73,7 +73,7 @@ IcePackAdmin.addServer("server", os.path.join(testdir, "simple_server.xml"), ser
print "ok"
print "starting client...",
-clientPipe = os.popen(client + TestUtil.clientOptions + additionalOptions + " --with-deploy")
+clientPipe = os.popen(client + TestUtil.clientOptions + additionalOptions + " --with-deploy" + " 2>&1")
print "ok"
TestUtil.printOutputFromPipe(clientPipe)