summaryrefslogtreecommitdiff
path: root/test/lisp/shadowfile-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/shadowfile-tests.el')
-rw-r--r--test/lisp/shadowfile-tests.el8
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))