X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=df6d40ed8cf172e058da56108be941a390e25904;hb=3bbbfec26f90bc005c2ff5c8de0ceb0f95f1a52b;hp=6fe86dd28f3061d4002448f1900b68e080b7ea98;hpb=d1c237164f9bd00879843cba7a79c05449cf50f7;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 6fe86dd..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 @@ -99,7 +100,11 @@ for f in *.pure-cload.lisp; do echo //running $f test $SBCL <