X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fthreads.test.sh;h=cc2de115b0688c7b36aa20f521523af753fe33bc;hb=c553e4be6da2d18f0827f190589c88e837b8b8a6;hp=f266944b5d91bd10c86375857b0babd27798dd5a;hpb=9bdba419191af6063c4e30e1692b0e6b8c3fa789;p=sbcl.git diff --git a/tests/threads.test.sh b/tests/threads.test.sh index f266944..cc2de11 100644 --- a/tests/threads.test.sh +++ b/tests/threads.test.sh @@ -18,8 +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" \ - --no-userinit --no-sysinit --disable-debugger \ +"$SBCL_RUNTIME" --core "$SBCL_CORE" $SBCL_ARGS \ --load "$SBCL_PWD/condition-wait-sigcont.lisp" & sb_pid=$!