From: Michael Albinus Date: Sat, 11 Aug 2018 18:30:39 +0000 (+0200) Subject: Fix Bug#32226, hopefully X-Git-Tag: emacs-27.0.90~4599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba1c4f63e3d2adbe9b590a3c51c2a0808c84723f;p=emacs.git Fix Bug#32226, hopefully * test/lisp/shadowfile-tests.el: Set Tramp variables for hydra. --- diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index 222c3fc2028..ed2ab9b3292 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el @@ -63,6 +63,14 @@ (format "/mock::%s" temporary-file-directory))) "Temporary directory for Tramp tests.") +(setq password-cache-expiry nil + tramp-verbose 0 + tramp-message-show-message nil) + +;; This should happen on hydra only. +(when (getenv "EMACS_HYDRA_CI") + (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) + (defconst shadow-test-info-file (expand-file-name "shadows_test" temporary-file-directory) "File to keep shadow information in during tests.")