diff options
Diffstat (limited to 'java/test/IcePack/deployer/run.py')
-rwxr-xr-x | java/test/IcePack/deployer/run.py | 2 |
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) |