On 11/22/19 12:22 PM, Alex Bennée wrote:
> The iotests in particular don't like the output being spammed with
> warnings about locales.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> tests/vm/ubuntu.i386 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386
> index 38f740eabf7..18b1ea2b72c 100755
> --- a/tests/vm/ubuntu.i386
> +++ b/tests/vm/ubuntu.i386
> @@ -84,7 +84,7 @@ class UbuntuX86VM(basevm.BaseVM):
> self.ssh_root_check("sed -ie s/^#\ deb-src/deb-src/g /etc/apt/sources.list")
> self.ssh_root_check("apt-get update")
> self.ssh_root_check("apt-get build-dep -y qemu")
> - self.ssh_root_check("apt-get install -y libfdt-dev flex bison")
> + self.ssh_root_check("apt-get install -y libfdt-dev flex bison language-pack-en")
> self.ssh_root("poweroff")
> self.wait()
> os.rename(img_tmp, img)
>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>