X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=eb8f00bba5126accbf7bdc7238f7875a04b56a1d;hb=e6aef26131543d369edf107df8fb94053646d1f4;hp=dabe6ffdb92d4db6c273a44920fcc3e8aa908015;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index dabe6ff..eb8f00b 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -26,6 +26,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. +SBCL_HOME=`pwd`/../contrib +export SBCL_HOME sbclstem=`pwd`/../src/runtime/sbcl SBCL="$sbclstem --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger" export SBCL