Re: [PATCH] tests/avocado: fix replay-linux test

2022-08-09 Thread Alex Bennée
ignore that - I see Thomas has already merged it. On Tue, 9 Aug 2022 at 09:23, Alex Bennée wrote: > > Pavel Dovgalyuk writes: > > > Last line of the test is missing by accident. > > This patch fixes the script. > > > > Signed-off-by: Pavel Dovgalyuk > > --- > > tests/avocado/replay_linux.py

Re: [PATCH] tests/avocado: fix replay-linux test

2022-08-09 Thread Alex Bennée
Pavel Dovgalyuk writes: > Last line of the test is missing by accident. > This patch fixes the script. > > Signed-off-by: Pavel Dovgalyuk > --- > tests/avocado/replay_linux.py |1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/avocado/replay_linux.py

Re: [PATCH] tests/avocado: fix replay-linux test

2022-08-02 Thread Philippe Mathieu-Daudé via
On Tue, Aug 2, 2022 at 12:46 PM Pavel Dovgalyuk wrote: > > Last line of the test is missing by accident. > This patch fixes the script. > > Signed-off-by: Pavel Dovgalyuk > --- > tests/avocado/replay_linux.py |1 + > 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] tests/avocado: fix replay-linux test

2022-08-02 Thread Pavel Dovgalyuk
Last line of the test is missing by accident. This patch fixes the script. Signed-off-by: Pavel Dovgalyuk --- tests/avocado/replay_linux.py |1 + 1 file changed, 1 insertion(+) diff --git a/tests/avocado/replay_linux.py b/tests/avocado/replay_linux.py index 40e4f6908e..e1f9981a34 100644