Re: [U-Boot] [PATCH 02/34] patman: Update command.Run() to handle failure better

2019-09-26 Thread sjg
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 --- tools/patman/tool

[U-Boot] [PATCH 02/34] patman: Update command.Run() to handle failure better

2019-08-24 Thread Simon Glass
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 --- tools/patman/tool