1.0.24.24: fix threads.test.sh
authorGabor Melis <mega@hotpop.com>
Thu, 8 Jan 2009 17:21:08 +0000 (17:21 +0000)
committerGabor Melis <mega@hotpop.com>
Thu, 8 Jan 2009 17:21:08 +0000 (17:21 +0000)
... so that it doesn't leave stray sbcl child processes around and it
actually tests what it wants to test.

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

index 2341b3d..5331e88 100644 (file)
@@ -17,7 +17,9 @@ use_test_subdirectory
 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
index 443f73a..f3f53a5 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.23"
+"1.0.24.24"