]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Bug#32226, hopefully
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Aug 2018 18:30:39 +0000 (20:30 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Aug 2018 18:30:39 +0000 (20:30 +0200)
* test/lisp/shadowfile-tests.el: Set Tramp variables for hydra.

test/lisp/shadowfile-tests.el

index 222c3fc2028856b2df1382a6ba39b6ce84a76c18..ed2ab9b32924307a6c4be340d7f893401398739e 100644 (file)
       (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.")