; Remove proced-tests.el instrumentation (Do not merge with master)
This commit is contained in:
parent
dd52839dd9
commit
3f94b979d8
1 changed files with 1 additions and 3 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue