X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=df6d40ed8cf172e058da56108be941a390e25904;hb=3bbbfec26f90bc005c2ff5c8de0ceb0f95f1a52b;hp=a4eacb6ebe9b4c682538bba4b0d2ecc0115d5693;hpb=a92c91a4fdcdcf1c96b33339c1ef077243183187;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index a4eacb6..df6d40e 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -19,7 +19,8 @@ # pathname, but now we take care to bind it to an absolute pathname (still # generated relative to `pwd` in the tests/ directory) so that tests # can chdir before invoking SBCL and still work. -export SBCL="${1:-`pwd`/../src/runtime/sbcl --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint --noprogrammer}" +SBCL="${1:-`pwd`/../src/runtime/sbcl --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger}" +export SBCL echo /running tests on SBCL=\'$SBCL\' # "Ten four" is the closest numerical slang I can find to "OK", so