X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=df6d40ed8cf172e058da56108be941a390e25904;hb=f0d511130027c6878f08d619ccc92ef588d81223;hp=ddd15b1983a5f148ee79e5b3644daf3f78b8f041;hpb=372989d837526e3100b364153d58181a2a563351;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index ddd15b1..df6d40e 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -19,7 +19,7 @@ # 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. -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\'