1.0.24.31: robustify threads.test.sh some more
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 11 Jan 2009 15:38:46 +0000 (15:38 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 11 Jan 2009 15:38:46 +0000 (15:38 +0000)
 * Missed --no-userinit --no-sysinit --disable-debugger, causing it to
   fail for some setups.

tests/threads.test.sh
version.lisp-expr

index 5331e88..f266944 100644 (file)
@@ -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=$!
 
index f3cbb87..083d67c 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".)
-"1.0.24.30"
+"1.0.24.31"