Forward standard error stream from remote execution

This commit is contained in:
Thibault Jouan
2014-07-21 12:45:57 +00:00
parent a033e19583
commit db91eb06cd
14 changed files with 93 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ module Producer
end
def apply
remote.execute(arguments.first, output)
remote.execute(arguments.first, output, error_output)
end
end
end