patch: restore output from failed patch

This commit is contained in:
Michael Cho 2024-12-19 11:39:42 -05:00
parent 4db46eea4e
commit d4e06b4d45
No known key found for this signature in database
GPG Key ID: 55E85E28A7CD1E85

View File

@ -150,6 +150,7 @@ class ExternalPatch
end
end
rescue ErrorDuringExecution => e
onoe e
f = resource.owner.owner
cmd, *args = e.cmd
raise BuildError.new(f, cmd, args, ENV.to_hash)