From: Michael Albinus Date: Thu, 26 Sep 2019 18:55:49 +0000 (+0200) Subject: ; Add traces to shadowfile-tests.el X-Git-Tag: emacs-27.0.90~1418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce89cb760f35a7769769966fc3505604ba2b2f4d;p=emacs.git ; Add traces to shadowfile-tests.el --- 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))