; Add traces to shadowfile-tests.el

This commit is contained in:
Michael Albinus 2019-09-26 20:55:49 +02:00
parent c4e0ccd151
commit ce89cb760f

View file

@ -63,6 +63,9 @@
(format "/mock::%s" temporary-file-directory)))
"Temporary directory for Tramp tests.")
(message
"%s %s" temporary-file-directory shadow-test-remote-temporary-file-directory)
(setq password-cache-expiry nil
shadow-debug (getenv "EMACS_HYDRA_CI")
tramp-verbose 0
@ -73,6 +76,11 @@
(ignore-errors
(file-truename shadow-test-remote-temporary-file-directory)))
(when shadow-debug
(message
"%s %s"
temporary-file-directory shadow-test-remote-temporary-file-directory))
;; This should happen on hydra only.
(when (getenv "EMACS_HYDRA_CI")
(add-to-list 'tramp-remote-path 'tramp-own-remote-path))