summaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-17 22:23:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-17 22:23:02 -0400
commita804dc133f0a3ad59d85052bb702530fe4e35751 (patch)
tree077d8baa3ead68b267148b3d31dd658e7abb0a94 /runtests
parent3975036c57a0ffa8e78390de499fde63ede7683e (diff)
Some of the tests require UTF-8.
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests6
1 files changed, 6 insertions, 0 deletions
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'