aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-11-20 19:46:05 +0000
committerAlex Bennée <alex.bennee@linaro.org>2019-11-26 11:28:21 +0000
commitb4eca581b9abc214d2ab7c9c3cd30793042ecb24 (patch)
treeef55bb469a1bedce345fef862386b461c3d51f92
parent6cd7b60848c5217b323370c77838c48a5f5457ea (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>
-rwxr-xr-xtests/vm/ubuntu.i3862
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)