mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
6cd7b60848
commit
b4eca581b9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue