X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fthreads.test.sh;h=2341b3d8a9d2c175921230b9ade785e464582d13;hb=6b8baeece6cf870e3f979a9f09c32985c64c04de;hp=3d7a01a193ce9c9680bbd989d3af17a2bbc13901;hpb=c97e05b47236081529c73981b7624e0e0bb98fad;p=sbcl.git diff --git a/tests/threads.test.sh b/tests/threads.test.sh index 3d7a01a..2341b3d 100644 --- a/tests/threads.test.sh +++ b/tests/threads.test.sh @@ -11,10 +11,13 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. +. ./subr.sh +use_test_subdirectory + flag="condition-wait-sigcont.tmp" touch $flag -../src/runtime/sbcl --core ../output/sbcl.core --load condition-wait-sigcont.lisp & +run_sbcl --load "$SBCL_PWD/condition-wait-sigcont.lisp" & sb_pid=$! while [ -f $flag ]; do sleep 1; done