projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd52839
)
; Remove proced-tests.el instrumentation (Do not merge with master)
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 26 Oct 2024 16:55:46 +0000
(18:55 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 26 Oct 2024 16:55:46 +0000
(18:55 +0200)
test/lisp/proced-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/proced-tests.el
b/test/lisp/proced-tests.el
index 682c132854901f1a40f5e61feae8ea3217d0011a..6f16a2411462ae7667eed0e047a001ae124190b3 100644
(file)
--- 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 ()