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)
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
;;; 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"