1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

; Instrument autorevert-tests

This commit is contained in:
Michael Albinus 2019-05-19 19:52:46 +02:00
parent 2be537e643
commit 2b313d1739

View File

@ -148,7 +148,9 @@ This expects `auto-revert--messages' to be bound by
(skip-unless (auto-revert--test-enabled-remote))
(tramp-cleanup-connection
(tramp-dissect-file-name temporary-file-directory) nil 'keep-password)
(funcall (ert-test-body ert-test)))))
(condition-case err
(funcall (ert-test-body ert-test))
(error (message "%s" err) (signal car err cdr err))))))
(ert-deftest auto-revert-test00-auto-revert-mode ()
"Check autorevert for a file."