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/9c4f0be9ded0a16ec1ed34c5...