mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
test-suite: Remove obsolete use of 'debug-enable'.
* test-suite/guile-test (enable-debug-mode): Remove 'debug-enable' call.
This commit is contained in:
parent
1d313bf5f0
commit
61393a5da6
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
;;;; guile-test --- run the Guile test suite
|
||||
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
|
||||
;;;;
|
||||
;;;; Copyright (C) 1999, 2001, 2006, 2010, 2014 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 1999, 2001, 2006, 2010, 2014, 2022 Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -110,8 +110,7 @@
|
|||
;;; Enable debugging
|
||||
(define (enable-debug-mode)
|
||||
(write-line %load-path)
|
||||
(set! %load-verbosely #t)
|
||||
(debug-enable 'backtrace 'debug))
|
||||
(set! %load-verbosely #t))
|
||||
|
||||
;;; Traverse the directory tree at ROOT, applying F to the name of
|
||||
;;; each file in the tree, including ROOT itself. For a subdirectory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue