0.9.17.14:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 18 Oct 2006 13:47:06 +0000 (13:47 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 18 Oct 2006 13:47:06 +0000 (13:47 +0000)
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
version.lisp-expr

index 3d7a01a..9ca386e 100644 (file)
@@ -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
index 19b8859..17cc52d 100644 (file)
@@ -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"