]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/vm/ubuntu: include language pack to silence locale warnings
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Nov 2019 19:46:05 +0000 (19:46 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 26 Nov 2019 11:28:21 +0000 (11:28 +0000)
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>
tests/vm/ubuntu.i386

index 38f740eabf795e563e45cd810c1fde5376c77847..18b1ea2b72c08137ea174758ff44cc79d3da464c 100755 (executable)
@@ -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)