X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=89bdaaa03e9bfdd02da29d158888ea85af56365b;hb=b6094d5640a59f36d2f727df08b271c422aa9e1c;hp=674b965ff23589b0ff899716c945e0fb9ed8fb87;hpb=f4e8bca5eaa6e6db42299fe2f3852fb2e07508c7;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 674b965..89bdaaa 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -20,7 +20,7 @@ # generated relative to `pwd` in the tests/ directory) so that tests # can chdir before invoking SBCL and still work. sbclstem=`pwd`/../src/runtime/sbcl -SBCL="${1:-$sbclstem --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint}" +SBCL="${1:-$sbclstem --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger}" export SBCL echo /running tests on SBCL=\'$SBCL\' # more or less like SBCL, but without enough grot removed that appending @@ -35,6 +35,11 @@ SBCL_ALLOWING_CORE=${1:-$sbclstem} export SBCL_ALLOWING_CORE echo /with SBCL_ALLOWING_CORE=\'$SBCL_ALLOWING_CORE\' +LANG=C +LC_ALL=C +export LANG +export LC_ALL + # "Ten four" is the closest numerical slang I can find to "OK", so # it's the Unix status value that we expect from a successful test. # (Of course, zero is the usual success value, but we don't want to