Re: [PATCH v5 1/5] dts: fix InteractiveShell command prompt filtering

2024-06-14 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, Jun 6, 2024 at 5:34 PM Luca Vizzarro wrote: > > When sending a command using an instance of InteractiveShell the output > should filter out the trailing shell prompt when returning it. After > every command two shell prompts are su

Re: [PATCH v5 1/5] dts: fix InteractiveShell command prompt filtering

2024-06-07 Thread Jeremy Spewock
On Thu, Jun 6, 2024 at 5:34 PM Luca Vizzarro wrote: > > When sending a command using an instance of InteractiveShell the output > should filter out the trailing shell prompt when returning it. After > every command two shell prompts are summoned. One is consumed as it is > used as a delimiter for

Re: [PATCH v5 1/5] dts: fix InteractiveShell command prompt filtering

2024-06-07 Thread Juraj Linkeš
On 6. 6. 2024 23:34, Luca Vizzarro wrote: When sending a command using an instance of InteractiveShell the output should filter out the trailing shell prompt when returning it. After every command two shell prompts are summoned. One is consumed as it is used as a delimiter for the command outp

[PATCH v5 1/5] dts: fix InteractiveShell command prompt filtering

2024-06-06 Thread Luca Vizzarro
When sending a command using an instance of InteractiveShell the output should filter out the trailing shell prompt when returning it. After every command two shell prompts are summoned. One is consumed as it is used as a delimiter for the command output. The second one is not consumed and left for