From: Michael Albinus Date: Sat, 26 Oct 2024 16:55:46 +0000 (+0200) Subject: ; Remove proced-tests.el instrumentation (Do not merge with master) X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~318 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f94b979d8070c2f6ac1a09638424b8a69b5cbc5;p=emacs.git ; Remove proced-tests.el instrumentation (Do not merge with master) --- diff --git a/test/lisp/proced-tests.el b/test/lisp/proced-tests.el index 682c1328549..6f16a241146 100644 --- a/test/lisp/proced-tests.el +++ b/test/lisp/proced-tests.el @@ -28,13 +28,11 @@ `(let ((proced-format ,format) (proced-filter ,filter) (proced-auto-update-flag nil) - (inhibit-message (not (getenv "EMACS_EMBA_CI")))) + (inhibit-message t)) (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 ()