emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a8f2d97: ; More instrumentation for shadowfile-test


From: Michael Albinus
Subject: [Emacs-diffs] master a8f2d97: ; More instrumentation for shadowfile-tests.el
Date: Thu, 26 Jul 2018 10:13:11 -0400 (EDT)

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

    ; More instrumentation for shadowfile-tests.el
---
 test/lisp/shadowfile-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 83e9a36..910845a 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -743,6 +743,8 @@ guaranteed by the originator of a cluster definition."
           ;; Save file from "cluster2" definition.
           (with-temp-buffer
            (message "Point 4.1")
+           (message "%s" file)
+           (message "%s" (shadow-site-primary cluster2))
            (setq buffer-file-name (concat (shadow-site-primary cluster2) file))
           (message "Point 4.2")
             (insert "foo")



reply via email to

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