From ba1c4f63e3d2adbe9b590a3c51c2a0808c84723f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 11 Aug 2018 20:30:39 +0200 Subject: [PATCH] Fix Bug#32226, hopefully * test/lisp/shadowfile-tests.el: Set Tramp variables for hydra. --- test/lisp/shadowfile-tests.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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.") -- 2.39.5