1.0.24.34: IR2: additional representation for predicates, conditional moves
[sbcl.git] / tests / threads.test.sh
index 2341b3d..f266944 100644 (file)
@@ -17,7 +17,10 @@ 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" \
+    --no-userinit --no-sysinit --disable-debugger \
+    --load "$SBCL_PWD/condition-wait-sigcont.lisp" &
 sb_pid=$!
 
 while [ -f $flag ]; do sleep 1; done