emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ce89cb7: ; Add traces to shadowfile-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] master ce89cb7: ; Add traces to shadowfile-tests.el
Date: Thu, 26 Sep 2019 14:55:58 -0400 (EDT)

branch: master
commit ce89cb760f35a7769769966fc3505604ba2b2f4d
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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 cee51b2..c60767c 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]