commit | 6eace398072a62e74f10f412ffadfe51b7402395 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:22:42 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 2e1531dfcf318de3d3a80acafb529b045d463649 | |
parent | 3b1c0b09c99bfd30355a6ba87a15e9d408a51109 [diff] |
patman: Update command.Run() to handle failure better At present tools are not expected to fail. If they do an exception is raised but there is no detail about what went wrong. This makes it hard to debug if something does actually go wrong. Fix this by outputting both stderr and stdout on failure. Signed-off-by: Simon Glass <sjg@chromium.org>