]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/proced-tests.el (proced--within-buffer): Instrument macro.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Oct 2024 15:01:08 +0000 (17:01 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Oct 2024 05:06:54 +0000 (07:06 +0200)
Do not merge with master

(cherry picked from commit 75584a3a9614541478cf05edc6223de8db3d350c)

test/lisp/proced-tests.el

index 6f16a2411462ae7667eed0e047a001ae124190b3..682c132854901f1a40f5e61feae8ea3217d0011a 100644 (file)
   `(let ((proced-format ,format)
          (proced-filter ,filter)
          (proced-auto-update-flag nil)
-         (inhibit-message t))
+         (inhibit-message (not (getenv "EMACS_EMBA_CI"))))
      (proced)
      (unwind-protect
          (with-current-buffer "*Proced*"
            ,@body)
+       (with-current-buffer "*Proced*"
+         (message "%s" (buffer-string)))
        (kill-buffer "*Proced*"))))
 
 (defun proced--assert-emacs-pid-in-buffer ()