Commit 17c3cee2 authored by William Harold Newman's avatar William Harold Newman
Browse files

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)
parent b665ae77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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"