[PATCH] test/py: multiplexed_log.py: Clean up and correct RunAndLog()
Tom Rini
trini at konsulko.com
Fri Nov 7 22:34:55 CET 2025
On Fri, 24 Oct 2025 11:26:42 -0600, Tom Rini wrote:
> The general python documentation for the subprocess class recommends
> that run() be used in all cases that it can handle. What we do in
> RunAndLog is simple enough that run() is easy to switch to. In fact,
> looking at this exposed a problem we have today, which is that we had
> combined stdout and stderr but then looked at both stdout and stderr as
> if they were separate. Stop combining them.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] test/py: multiplexed_log.py: Clean up and correct RunAndLog()
commit: 20b822dd4f01a7489f888460f70d7830e0513965
--
Tom
More information about the U-Boot
mailing list