... so that it doesn't leave stray sbcl child processes around and it
actually tests what it wants to test.
flag="condition-wait-sigcont.tmp"
touch $flag
-run_sbcl --load "$SBCL_PWD/condition-wait-sigcont.lisp" &
+# $! is not set correctly when calling run_sbcl, do it directly
+"$SBCL_RUNTIME" --core "$SBCL_CORE" \
+ --load "$SBCL_PWD/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".)
-"1.0.24.23"
+"1.0.24.24"