summaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-19 18:41:56 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-19 18:41:56 -0400
commit4474c62e3c17d08820e3b4c09f49e23a2e250c61 (patch)
tree9773ccb048911436b1f9e2c70e4403031990622f /runtests
parent8e999aa7eb8f742c9ec78e2fc0c46acc8b740187 (diff)
pull utf-8 setup in to a module
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests7
1 files changed, 1 insertions, 6 deletions
diff --git a/runtests b/runtests
index 96e929d..bf5d1cf 100755
--- a/runtests
+++ b/runtests
@@ -46,6 +46,7 @@ check: ${WORKDIR}/build-232/pkgdest
# osi-mk base images ###########################################################
${WORKDIR}/base.raw: osi-mk.d/systemd-osi-shell.sh
+${WORKDIR}/base.raw: osi-mk.d/utf8.sh
${WORKDIR}/base.raw:
rm -f -- '$@' '$@.tmp'
mkdir -p -- '$(@D)'
@@ -190,12 +191,6 @@ ${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'