diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-09-26 20:55:49 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-09-26 20:55:49 +0200 |
commit | ce89cb760f35a7769769966fc3505604ba2b2f4d (patch) | |
tree | c42d01caf759cbc200b23abf19ca6fe00ec7b14b /test/lisp/shadowfile-tests.el | |
parent | c4e0ccd151a29f87bd674a5987f731a0da491692 (diff) | |
download | emacs-ce89cb760f35a7769769966fc3505604ba2b2f4d.tar.gz emacs-ce89cb760f35a7769769966fc3505604ba2b2f4d.tar.bz2 emacs-ce89cb760f35a7769769966fc3505604ba2b2f4d.zip |
; Add traces to shadowfile-tests.el
Diffstat (limited to 'test/lisp/shadowfile-tests.el')
-rw-r--r-- | test/lisp/shadowfile-tests.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index cee51b20d8e..c60767c27c5 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el @@ -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)) |