emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ba1c4f6: Fix Bug#32226, hopefully


From: Michael Albinus
Subject: [Emacs-diffs] master ba1c4f6: Fix Bug#32226, hopefully
Date: Sat, 11 Aug 2018 14:30:51 -0400 (EDT)

branch: master
commit ba1c4f63e3d2adbe9b590a3c51c2a0808c84723f
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    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 222c3fc..ed2ab9b 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]