Re: [PATCH] tests/boot_linux_console: Fetch assets from Debian snapshot archives

2019-10-31 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > The kernel packaged was fetched from an unstable repository. > Use the stable snapshot archive instead. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Tested-by: Alex Bennée > --- > tests/acceptance/boot_linux_console.py | 3 ++- > 1 fi

[PATCH] tests/boot_linux_console: Fetch assets from Debian snapshot archives

2019-10-31 Thread Philippe Mathieu-Daudé
The kernel packaged was fetched from an unstable repository. Use the stable snapshot archive instead. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/boot_linux_console.py b/t