From 46a71b1cfad8885e4cff5ed53933ef5118319652 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Tue, 7 Feb 2006 02:21:43 +0000 Subject: [PATCH] 0.9.9.17: Unbreak the test suite by exporting SBCL_HOME from run-tests.sh. SB-POSIX is now found as one might expect. --- tests/run-tests.sh | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 diff --git a/version.lisp-expr b/version.lisp-expr index bbad5b9..dd6b8db 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.9.16" +"0.9.9.17" -- 1.7.10.4