mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; Instrument filenotify test
* test/lisp/filenotify-tests.el (file-notify-test08-backup): Instrument test.
This commit is contained in:
parent
50bb4ae1eb
commit
d09cedc9bf
1 changed files with 5 additions and 1 deletions
|
|
@ -1256,6 +1256,10 @@ delivered."
|
|||
:tags '(:expensive-test)
|
||||
(skip-unless (file-notify--test-local-enabled))
|
||||
|
||||
(let ((file-notify-debug ;; Temporarily.
|
||||
(or file-notify-debug
|
||||
(getenv "EMACS_EMBA_CI"))))
|
||||
|
||||
(with-file-notify-test
|
||||
(write-region "any text" nil file-notify--test-tmpfile nil 'no-message)
|
||||
(should
|
||||
|
|
@ -1334,7 +1338,7 @@ delivered."
|
|||
(file-notify--rm-descriptor file-notify--test-desc)
|
||||
|
||||
;; The environment shall be cleaned up.
|
||||
(file-notify--test-cleanup-p))))
|
||||
(file-notify--test-cleanup-p)))))
|
||||
|
||||
(file-notify--deftest-remote file-notify-test08-backup
|
||||
"Check that backup keeps file notification for remote files.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue