stevedlawrence opened a new pull request, #21: URL: https://github.com/apache/daffodil-infrastructure/pull/21
When we need to capture the stdout of a command, we currently call exec with a custom stdout handler that copies stdout to a mutable variable. But getExecOutput already does this, returning an object that contains stdout (and stderr and the exit code which we don't need). This switches out exec calls to getExecOutput when we need stdout, which simplifies the code and removes a number of mutable variables. DAFFODIL-3055 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
