mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
libxml2-ptest: set LC_ALL=en_US.UTF-8
We need to specify UTF-8 in the environment to avoid an error such as: UnicodeEncodeError: 'ascii' codec can't encode character '\xe4' (From OE-Core rev: d7f1fe6c8419b8c59e601c56245373d094cae298) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0e315090f8
commit
a889d2733c
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
make -k runtests
|
||||
|
||||
Reference in New Issue
Block a user