emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 608f2bd: ; Instrument tramp-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] master 608f2bd: ; Instrument tramp-tests.el
Date: Mon, 9 May 2016 14:54:00 +0000 (UTC)

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

    ; Instrument tramp-tests.el
---
 test/lisp/net/tramp-tests.el |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index a85eed0..6bbe969 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -648,6 +648,9 @@ This checks also `file-name-as-directory', 
`file-name-directory',
        (unless (zerop (length file))
          (setq file (format "/%s:" file))
          (should (string-equal (directory-file-name file) file))
+          (when (getenv "NIX_STORE")
+            (message "file %s non-essential %s tramp-completion-mode-p %s"
+                     file non-essential (tramp-completion-mode-p)))
          (should
           (string-equal
            (file-name-as-directory file)



reply via email to

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