Re: [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper

2019-10-24 Thread Esteban Bosse
El jue, 26-09-2019 a las 19:34 +0200, Philippe Mathieu-Daudé escribió: > We are going to use the same pattern. Instead of keeping > copy/pasting this code, extract as a local function. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 10 ++ > 1 f

Re: [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper

2019-10-09 Thread Cleber Rosa
On Thu, Sep 26, 2019 at 07:34:23PM +0200, Philippe Mathieu-Daudé wrote: > We are going to use the same pattern. Instead of keeping > copy/pasting this code, extract as a local function. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 10 ++ > 1

Re: [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper

2019-10-08 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > We are going to use the same pattern. Instead of keeping > copy/pasting this code, extract as a local function. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée > --- > tests/acceptance/boot_linux_console.py | 10 ++ > 1 file chang

[PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper

2019-09-26 Thread Philippe Mathieu-Daudé
We are going to use the same pattern. Instead of keeping copy/pasting this code, extract as a local function. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/acceptance/boot_linu