From a804dc133f0a3ad59d85052bb702530fe4e35751 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 17 Aug 2018 22:23:02 -0400 Subject: Some of the tests require UTF-8. --- runtests | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'runtests') diff --git a/runtests b/runtests index ded2065..8799321 100755 --- a/runtests +++ b/runtests @@ -186,6 +186,12 @@ ${WORKDIR}/build-$(COMMIT)/build.log: %/build.log: %/build.raw --size=5G \ --package=python-pyparsing \ '$@.tmp' + ./osi-shell '$<' <<-'EOF' + set -e + echo en_US.UTF-8 UTF-8 >/etc/locale.gen + echo LANG=en_US.UTF-8 >/etc/locale.conf + locale-gen + EOF mv -T -- '$@.tmp' '$@' %/sd-tests-unit.log: %/sd-tests-unit.raw ./osi-shell '$<' <<-'EOF' |& tee '$@.tmp' -- cgit v1.2.2