From: Glenn Morris Date: Mon, 27 May 2019 21:08:07 +0000 (-0700) Subject: * test/lisp/autorevert-tests.el: Try to fix remote hydra.nixos tests. X-Git-Tag: emacs-27.0.90~2775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f3bd2600a42509adffb886a534442234e2c284e;p=emacs.git * test/lisp/autorevert-tests.el: Try to fix remote hydra.nixos tests. --- diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 5024a2daf0a..79eba8b1652 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el @@ -62,6 +62,9 @@ tramp-verbose 0 tramp-message-show-message nil) +(when (getenv "EMACS_HYDRA_CI") + (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) + (defconst auto-revert--timeout 10 "Time to wait for a message.")