; Add traces to auto-revert-test02-auto-revert-deleted-file

This commit is contained in:
Michael Albinus 2019-08-21 09:19:28 +02:00
parent 39fee20994
commit c2abe6abba

View file

@ -111,7 +111,7 @@ being the result.")
(cons
t (ignore-errors
(and
(not (getenv "EMACS_HYDRA_CI"))
(not (getenv "EMACS_HYDRA_CI")(getenv "EMACS_HYDRA_CI"))
(file-remote-p auto-revert-test-remote-temporary-file-directory)
(file-directory-p auto-revert-test-remote-temporary-file-directory)
(file-writable-p
@ -277,6 +277,9 @@ This expects `auto-revert--messages' to be bound by
; (skip-unless (not (getenv "EMACS_HYDRA_CI")))
(let ((tmpfile (make-temp-file "auto-revert-test"))
;; Try to catch bug#32645.
(auto-revert-debug (getenv "EMACS_HYDRA_CI"))
(file-notify-debug (getenv "EMACS_HYDRA_CI"))
buf desc)
(unwind-protect
(progn