Re: [PATCH v5 03/20] test: Pass stderr to stdout

2024-08-29 Thread Simon Glass
Hi Tom, On Thu, 29 Aug 2024 at 10:48, Tom Rini wrote: > > On Thu, Aug 29, 2024 at 09:01:11AM -0600, Simon Glass wrote: > > Hi Neil, > > > > On Thu, 29 Aug 2024 at 08:22, wrote: > > > > > > On 29/08/2024 00:08, Simon Glass wrote: > > > > Some tests may output things to stderr. Ensure that this ou

Re: [PATCH v5 03/20] test: Pass stderr to stdout

2024-08-29 Thread Tom Rini
On Thu, Aug 29, 2024 at 09:01:11AM -0600, Simon Glass wrote: > Hi Neil, > > On Thu, 29 Aug 2024 at 08:22, wrote: > > > > On 29/08/2024 00:08, Simon Glass wrote: > > > Some tests may output things to stderr. Ensure that this output is not > > > dropped, by redirecting it to stdout > > > > Can't yo

Re: [PATCH v5 03/20] test: Pass stderr to stdout

2024-08-29 Thread Simon Glass
Hi Neil, On Thu, 29 Aug 2024 at 08:22, wrote: > > On 29/08/2024 00:08, Simon Glass wrote: > > Some tests may output things to stderr. Ensure that this output is not > > dropped, by redirecting it to stdout > > Can't you make sure to output all labgrid output to stdout in the hook script > instea

Re: [PATCH v5 03/20] test: Pass stderr to stdout

2024-08-29 Thread neil . armstrong
On 29/08/2024 00:08, Simon Glass wrote: Some tests may output things to stderr. Ensure that this output is not dropped, by redirecting it to stdout Can't you make sure to output all labgrid output to stdout in the hook script instead ? Signed-off-by: Simon Glass --- (no changes since v1)

[PATCH v5 03/20] test: Pass stderr to stdout

2024-08-28 Thread Simon Glass
Some tests may output things to stderr. Ensure that this output is not dropped, by redirecting it to stdout Signed-off-by: Simon Glass --- (no changes since v1) test/py/u_boot_spawn.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/py/u_boot_spawn.py b/test/py/u_boot_spawn.py index