From 17c3cee2f470fab2dd332cf9d5f63d7c572bd5a0 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Wed, 18 Oct 2006 13:47:06 +0000 Subject: [PATCH] 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) --- tests/threads.test.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4