From 64841b555177dc9c845689bb8faec51ea1de1a7c Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Tue, 12 Nov 2013 17:21:56 -0500 Subject: [PATCH] Enable backtraces in gcl while testing and debugging. --- test/script-support.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/script-support.lisp b/test/script-support.lisp index 48792cbb8..cd16697b3 100644 --- a/test/script-support.lisp +++ b/test/script-support.lisp @@ -64,10 +64,7 @@ Some constraints: :test 'equalp :key 'car)) ; We need that BEFORE any mention of package ASDF. #+cmucl (setf ext:*gc-verbose* nil) #+gcl - (when (and (= system::*gcl-major-version* 2) - (= system::*gcl-minor-version* 6)) - (pushnew :gcl2.6 *features*) - (shadowing-import 'system::*load-pathname* :asdf-test)) + (si::use-fast-links nil) #+lispworks (setf system:*stack-overflow-behaviour* :warn)) -- GitLab