X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fsubr.sh;h=8d1d1be46bff7a8ba41bba01f21f33504207bc19;hb=1f704cd4ff7a23e518d6d1565951af7bae0a2a9f;hp=c1c5d4981fca0e7ad23bbe94f6d90c9b2456e4df;hpb=ecebde418ab9dbd66ef4729c5c04242c57a8c1e6;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}"