Re: [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment

2020-01-30 Thread Philippe Mathieu-Daudé
On 1/27/20 5:36 PM, Liam Merwick wrote: The second param in extract_from_deb() is 'path' not 'file' Signed-off-by: Liam Merwick --- tests/acceptance/boot_linux_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/boot_linux_console.py b/tests/accep

Re: [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment

2020-01-30 Thread Wainer dos Santos Moschetta
On 1/27/20 2:36 PM, Liam Merwick wrote: The second param in extract_from_deb() is 'path' not 'file' Signed-off-by: Liam Merwick --- tests/acceptance/boot_linux_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/boot_linux_console.py b/tests/acc

Re: [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment

2020-01-30 Thread Stefano Garzarella
On Mon, Jan 27, 2020 at 04:36:31PM +, Liam Merwick wrote: > The second param in extract_from_deb() is 'path' not 'file' > > Signed-off-by: Liam Merwick > --- > tests/acceptance/boot_linux_console.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefano Garzarella >

[PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment

2020-01-27 Thread Liam Merwick
The second param in extract_from_deb() is 'path' not 'file' Signed-off-by: Liam Merwick --- tests/acceptance/boot_linux_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py index 8daf6461ff