X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fthreads.test.sh;h=cc2de115b0688c7b36aa20f521523af753fe33bc;hb=357b030149015c45e007797517a8461924bb8c88;hp=5331e880d47ba893e41610545d8ee69d388f72c7;hpb=f7873f9a9edc6d39553106d0627b8ac270a1bfc4;p=sbcl.git diff --git a/tests/threads.test.sh b/tests/threads.test.sh index 5331e88..cc2de11 100644 --- a/tests/threads.test.sh +++ b/tests/threads.test.sh @@ -18,7 +18,7 @@ flag="condition-wait-sigcont.tmp" touch $flag # $! is not set correctly when calling run_sbcl, do it directly -"$SBCL_RUNTIME" --core "$SBCL_CORE" \ +"$SBCL_RUNTIME" --core "$SBCL_CORE" $SBCL_ARGS \ --load "$SBCL_PWD/condition-wait-sigcont.lisp" & sb_pid=$!