From: Michael Albinus Date: Thu, 26 Jul 2018 14:12:15 +0000 (+0200) Subject: ; More instrumentation for shadowfile-tests.el X-Git-Tag: emacs-27.0.90~4664^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8;p=emacs.git ; More instrumentation for shadowfile-tests.el --- diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index 83e9a36af31..910845ad40a 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")