summaryrefslogtreecommitdiff
path: root/java/test/IcePack/deployer/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IcePack/deployer/run.py')
-rwxr-xr-xjava/test/IcePack/deployer/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/IcePack/deployer/run.py b/java/test/IcePack/deployer/run.py
index ac013dfbacb..3a21db30857 100755
--- a/java/test/IcePack/deployer/run.py
+++ b/java/test/IcePack/deployer/run.py
@@ -40,7 +40,7 @@ def startClient(options):
print "starting client...",
- clientPipe = os.popen("java -ea Client " + fullClientOptions + " 2>&1", "r", 0)
+ clientPipe = os.popen("java -ea Client " + fullClientOptions + " 2>&1")
print "ok"
TestUtil.printOutputFromPipe(clientPipe)