Re: [PATCH v6 3/3] dts: store stderr in RemoteCommandExecutionError

2024-06-14 Thread Jeremy Spewock
On Fri, May 31, 2024 at 8:51 AM Juraj Linkeš wrote: > > On Fri, May 31, 2024 at 1:22 PM Luca Vizzarro wrote: > > > > Store the stderr of an executed command in RemoteCommandExecutionError. > > Consequently, when the exception is logged the error message includes > > the stderr. > > > > Signed-off

Re: [PATCH v6 3/3] dts: store stderr in RemoteCommandExecutionError

2024-05-31 Thread Juraj Linkeš
On Fri, May 31, 2024 at 1:22 PM Luca Vizzarro wrote: > > Store the stderr of an executed command in RemoteCommandExecutionError. > Consequently, when the exception is logged the error message includes > the stderr. > > Signed-off-by: Luca Vizzarro > Reviewed-by: Paul Szczepanek Reviewed-by: Jur

[PATCH v6 3/3] dts: store stderr in RemoteCommandExecutionError

2024-05-31 Thread Luca Vizzarro
Store the stderr of an executed command in RemoteCommandExecutionError. Consequently, when the exception is logged the error message includes the stderr. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/exception.py | 13 ++--- dts/framewor