Re: [PATCH v6 0/3] Improve interactive shell output gathering and logging

2024-07-29 Thread Thomas Monjalon
26/07/2024 13:01, Juraj Linkeš: > For series: > Reviewed-by: Juraj Linkeš > > On 24. 7. 2024 20:39, jspew...@iol.unh.edu wrote: > > From: Jeremy Spewock > > > > v6: > > * Fix error catch for retries. This series changed the error that > > is thrown in the case of a timeout, but it was ori

Re: [PATCH v6 0/3] Improve interactive shell output gathering and logging

2024-07-26 Thread Juraj Linkeš
For series: Reviewed-by: Juraj Linkeš On 24. 7. 2024 20:39, jspew...@iol.unh.edu wrote: From: Jeremy Spewock v6: * Fix error catch for retries. This series changed the error that is thrown in the case of a timeout, but it was originally overlooked that the context manager patch adde

[PATCH v6 0/3] Improve interactive shell output gathering and logging

2024-07-24 Thread jspewock
From: Jeremy Spewock v6: * Fix error catch for retries. This series changed the error that is thrown in the case of a timeout, but it was originally overlooked that the context manager patch added a catch that is looking for the old timeout error. This version fixes the patch by adjusti