From ce89cb760f35a7769769966fc3505604ba2b2f4d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 26 Sep 2019 20:55:49 +0200 Subject: [PATCH] ; Add traces to shadowfile-tests.el --- 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 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)) -- 2.39.2