From 9bdba419191af6063c4e30e1692b0e6b8c3fa789 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 11 Jan 2009 15:38:46 +0000 Subject: [PATCH] 1.0.24.31: robustify threads.test.sh some more * Missed --no-userinit --no-sysinit --disable-debugger, causing it to fail for some setups. --- tests/threads.test.sh | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/threads.test.sh b/tests/threads.test.sh index 5331e88..f266944 100644 --- a/tests/threads.test.sh +++ b/tests/threads.test.sh @@ -19,6 +19,7 @@ touch $flag # $! is not set correctly when calling run_sbcl, do it directly "$SBCL_RUNTIME" --core "$SBCL_CORE" \ + --no-userinit --no-sysinit --disable-debugger \ --load "$SBCL_PWD/condition-wait-sigcont.lisp" & sb_pid=$! diff --git a/version.lisp-expr b/version.lisp-expr index f3cbb87..083d67c 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".) -"1.0.24.30" +"1.0.24.31" -- 1.7.10.4