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:
Juro Bystricky
2017-09-25 16:33:46 -07:00
committed by Richard Purdie
parent 0e315090f8
commit a889d2733c

View File

@@ -1,3 +1,4 @@
#!/bin/sh
export LC_ALL=en_US.UTF-8
make -k runtests