commit 9e8fb19fffe7b98f3d78c2770e2f7c94701aad8f from: Omar Polo date: Mon Jan 10 17:57:55 2022 UTC drop --disable-debugger when invoking sbcl the debugger is already disabled by some lisp tricks, so it's redundant. Moreover, we need a way to optionally toggle the debugger, so hardcoding the flag isn't useful at all. commit - 64570593d86fc638bd2c15d2b999c28cfef75695 commit + 9e8fb19fffe7b98f3d78c2770e2f7c94701aad8f blob - a2038af9311ed5befcd1c0324c6442a59b5976f2 blob + 6615200733b7e9c270bc627b7dfb165ccb32f4fd --- regress/lisp/run.sh +++ regress/lisp/run.sh @@ -85,7 +85,6 @@ ret=0 set +e cd 9p-test/ && \ ${SBCL} --noinform \ - --disable-debugger \ --eval "(require 'asdf)" \ --eval "(push \"$(pwd)/\" asdf:*central-registry*)" \ --eval "(asdf:make \"9p-test\")" \