diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-11-20 19:46:05 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-11-26 11:28:21 +0000 |
commit | b4eca581b9abc214d2ab7c9c3cd30793042ecb24 (patch) | |
tree | ef55bb469a1bedce345fef862386b461c3d51f92 /tests/vm/ubuntu.i386 | |
parent | 6cd7b60848c5217b323370c77838c48a5f5457ea (diff) |
tests/vm/ubuntu: include language pack to silence locale warnings
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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/vm/ubuntu.i386')
-rwxr-xr-x | tests/vm/ubuntu.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386 index 38f740eabf..18b1ea2b72 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) |