commit 782aeb0cc504e48276135b9a0a750af2c58a6a6e
parent 2585823fd781875a9dc458c303bf9e023ca2c2ef
Author: Spencer Williams <spnw@plexwave.org>
Date: Wed, 16 Apr 2025 14:21:06 -0400
Add warning regarding tests
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lisp/seam-test.el b/lisp/seam-test.el
@@ -66,6 +66,8 @@
(let ,options
(let ,(cl-loop for (name . args) in varlist
collect `(,name (seam-make-note ,@args)))
+ ;; FIXME: It's quite possible for tests to fail in such a way
+ ;; that this does not kill the buffers.
(unwind-protect (progn ,@body)
(mapcar #'kill-buffer (list ,@(mapcar #'car varlist))))))))