X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=debc22ab2e1816f3ba2cd9634ccd981e383cee97;hb=8643c93d4db277f6e1cb880a42407ff29e19f618;hp=eb8f00bba5126accbf7bdc7238f7875a04b56a1d;hpb=46a71b1cfad8885e4cff5ed53933ef5118319652;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index eb8f00b..debc22a 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -26,10 +26,14 @@ # 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 +. ../sbcl-pwd.sh +sbcl_pwd + +SBCL_HOME=$SBCL_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" +sbclstem=$SBCL_PWD/../src/runtime/sbcl + +SBCL="$sbclstem --core $SBCL_PWD/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger" export SBCL echo /running tests on SBCL=\'$SBCL\' # more or less like SBCL, but without enough grot removed that appending