[ https://issues.apache.org/jira/browse/AVRO-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831097#action_12831097 ]
Jeff Hammerbacher commented on AVRO-287: ---------------------------------------- Chad: I'm quite familiar with popen2, subprocess, command, and friends. Unfortunately these modules are unrelated to this ticket. Doug: I think you've misunderstood my problem. I need to capture stdout because that's the methodology you've used in the scripts to get the port name! e.g. {code} $ python -c "print 'hey'" > blah2.txt $ cat blah2.txt hey {/code} {code} $ python -c "print 'hey'" & > blah2.txt $ cat blah2.txt {/code} > Make RPC interop tests work with new Python implementation > ---------------------------------------------------------- > > Key: AVRO-287 > URL: https://issues.apache.org/jira/browse/AVRO-287 > Project: Avro > Issue Type: Test > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > Fix For: 1.3.0 > > Attachments: AVRO-287.patch, echo.avpr, HelloClient.java, > HelloServer.java, hw.py > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.