]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2-ptest: set LC_ALL=en_US.UTF-8
authorJuro Bystricky <juro.bystricky@intel.com>
Mon, 25 Sep 2017 23:33:46 +0000 (16:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:22:45 +0000 (12:22 +0100)
We need to specify UTF-8 in the environment to avoid an error
such as:

UnicodeEncodeError: 'ascii' codec can't encode character '\xe4'

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/libxml/libxml2/run-ptest

index 473d0b67a7700c3f8aee7ff83a00169fa676c5fb..c313d83263a825640803559dfe97041c1492328b 100644 (file)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
+export LC_ALL=en_US.UTF-8
 make -k runtests