From: William Harold Newman Date: Wed, 18 Oct 2006 13:47:06 +0000 (+0000) Subject: 0.9.17.14: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=17c3cee2f470fab2dd332cf9d5f63d7c572bd5a0;p=sbcl.git 0.9.17.14: a bit of OAOOification in the way tests/run-tests.sh code invokes SBCL, so that now it consistently ignores .sbclrc again, so tests succeed even when .sbclrc contains (BREAK) --- diff --git a/tests/threads.test.sh b/tests/threads.test.sh index 3d7a01a..9ca386e 100644 --- a/tests/threads.test.sh +++ b/tests/threads.test.sh @@ -14,7 +14,7 @@ flag="condition-wait-sigcont.tmp" touch $flag -../src/runtime/sbcl --core ../output/sbcl.core --load condition-wait-sigcont.lisp & +$SBCL --load condition-wait-sigcont.lisp & sb_pid=$! while [ -f $flag ]; do sleep 1; done diff --git a/version.lisp-expr b/version.lisp-expr index 19b8859..17cc52d 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.17.13" +"0.9.17.14"