Make builders and deployers write their output to console
Make builders and deployers write their output to console when called from a chained export command with --request-build or --request-deploy.
Now, when executing a command like drush see node 12345 --request-build --request-deploy
, a build and deploy are executed and their output is shown on console, instead of no getting any output at all.