X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=89bdaaa03e9bfdd02da29d158888ea85af56365b;hb=b6094d5640a59f36d2f727df08b271c422aa9e1c;hp=4060d14cd0e1ab9753b0fa5178321fdaed09ab4a;hpb=00ac8aa57864e614e832e1908e4b8775a3957648;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 4060d14..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