X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=674b965ff23589b0ff899716c945e0fb9ed8fb87;hb=f4e8bca5eaa6e6db42299fe2f3852fb2e07508c7;hp=487537e4cd7817e078883a37c66fb40f7586b520;hpb=e86c7368eb115287ec44672390f790d54b5df940;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 487537e..674b965 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 --disable-debugger}" +SBCL="${1:-$sbclstem --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint}" export SBCL echo /running tests on SBCL=\'$SBCL\' # more or less like SBCL, but without enough grot removed that appending