summaryrefslogtreecommitdiff
path: root/test/lisp/filenotify-tests.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-09-19 11:39:29 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-09-19 11:39:29 +0200
commit0e5eb6ec8ce99c423bbafc6e8e3292d4459050d1 (patch)
tree5abfaddcc73aea321567bfe3b434b7cb90c1e974 /test/lisp/filenotify-tests.el
parent899055eef5b212d63e352ada2ac917d13c033a59 (diff)
downloademacs-0e5eb6ec8ce99c423bbafc6e8e3292d4459050d1.tar.gz
Revert change in Tramp inotifywait
* lisp/net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch): Revert use of "-P", it doesn't exist in older inotifywait versions. * test/lisp/filenotify-tests.el: Deactivate instrumentation.
Diffstat (limited to 'test/lisp/filenotify-tests.el')
-rw-r--r--test/lisp/filenotify-tests.el13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 1e36117825e..d82e2dae7aa 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -137,11 +137,10 @@ Return nil when any other file notification watch is still active."
(defun file-notify--test-cleanup ()
"Cleanup after a test."
- (when (getenv "EMACS_EMBA_CI")
- (dolist (buf (tramp-list-tramp-buffers))
- (message ";; %s\n%s" buf (tramp-get-buffer-string buf))
- (kill-buffer buf)))
-
+ ;; (when (getenv "EMACS_EMBA_CI")
+ ;; (dolist (buf (tramp-list-tramp-buffers))
+ ;; (message ";; %s\n%s" buf (tramp-get-buffer-string buf))
+ ;; (kill-buffer buf)))
(file-notify-rm-all-watches)
(ignore-errors
@@ -178,8 +177,8 @@ Return nil when any other file notification watch is still active."
(setq file-notify-debug nil
password-cache-expiry nil
- tramp-verbose (if (getenv "EMACS_EMBA_CI") 10 0)
-
+ ;; tramp-verbose (if (getenv "EMACS_EMBA_CI") 10 0)
+ tramp-verbose 0
;; When the remote user id is 0, Tramp refuses unsafe temporary files.
tramp-allow-unsafe-temporary-files
(or tramp-allow-unsafe-temporary-files noninteractive))