[Buildroot] [PATCH 01/11] support/testing/infra: improve run_cmd_on_host() to show stdout/stderr
Julien Olivain
ju.o at free.fr
Thu Oct 30 21:03:28 UTC 2025
On 18/10/2025 21:42, Thomas Petazzoni via buildroot wrote:
> When run_cmd_on_host() runs a command that fails, we only get an
> exception with no details to debug what happened. Let's improve that
> by catching the exception, and printing the command output. This
> requires redirecting stderr to stdout (instead of /dev/null) and
> asking to get the output in text format.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Series applied to master, thanks.
More information about the buildroot
mailing list