[Git][cmucl/cmucl][issue-139-set-terminal-to-utf8] Remove LANG setting
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Sun Dec 4 15:29:44 UTC 2022
Raymond Toy pushed to branch issue-139-set-terminal-to-utf8 at cmucl / cmucl
Commits:
9c4f0be9 by Raymond Toy at 2022-12-04T07:29:24-08:00
Remove LANG setting
- - - - -
1 changed file:
- bin/run-tests.sh
Changes:
=====================================
bin/run-tests.sh
=====================================
@@ -47,10 +47,6 @@ function cleanup {
trap cleanup EXIT
-# Set a known value for LANG here so that we can tests consistently.
-# The most important part is that the codeset is UTF-8.
-LANG=en_US.UTF-8
-
if [ $# -eq 0 ]; then
# No args so run all the tests
$LISP -noinit -load tests/run-tests.lisp -eval '(cmucl-test-runner:run-all-tests)'
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9c4f0be9ded0a16ec1ed34c526f4b61110d65f6c
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9c4f0be9ded0a16ec1ed34c526f4b61110d65f6c
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20221204/9cd46153/attachment.html>
More information about the cmucl-cvs
mailing list