X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fsubr.sh;h=8d1d1be46bff7a8ba41bba01f21f33504207bc19;hb=19319c931fc1636835dbef71808cc10e252bcf45;hp=c1c5d4981fca0e7ad23bbe94f6d90c9b2456e4df;hpb=4afcad784283623d52b8723c1706b53d784c3053;p=sbcl.git diff --git a/tests/subr.sh b/tests/subr.sh index c1c5d49..8d1d1be 100644 --- a/tests/subr.sh +++ b/tests/subr.sh @@ -26,7 +26,7 @@ set -u set -a # export all variables at assignment-time. # Note: any script that uses the variables that name files should # quote them (with double quotes), to contend with whitespace. -SBCL_HOME="${TEST_SBCL_HOME:-$SBCL_PWD/../contrib}" +SBCL_HOME="${TEST_SBCL_HOME:-$SBCL_PWD/../obj/sbcl-home}" SBCL_CORE="${TEST_SBCL_CORE:-$SBCL_PWD/../output/sbcl.core}" SBCL_RUNTIME="${TEST_SBCL_RUNTIME:-$SBCL_PWD/../src/runtime/sbcl}" SBCL_ARGS="${TEST_SBCL_ARGS:---noinform --no-sysinit --no-userinit --noprint --disable-debugger}"