emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 6de26a7: Report also result in `file-notify--test


From: Michael Albinus
Subject: [Emacs-diffs] emacs-25 6de26a7: Report also result in `file-notify--test-event-handler'
Date: Sat, 20 Feb 2016 13:21:09 +0000

branch: emacs-25
commit 6de26a78de83ca9a8f096056e91c14fdb2aedc84
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Report also result in `file-notify--test-event-handler'
---
 test/automated/file-notify-tests.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/automated/file-notify-tests.el 
b/test/automated/file-notify-tests.el
index 1817484..346120e 100644
--- a/test/automated/file-notify-tests.el
+++ b/test/automated/file-notify-tests.el
@@ -281,7 +281,8 @@ and the event to `file-notify--test-events'."
     (unless (string-match
             (regexp-quote ".#")
             (file-notify--event-file-name file-notify--test-event))
-      (message "file-notify--test-event-handler %S" file-notify--test-event)
+      (message "file-notify--test-event-handler result: %s event: %S"
+               (null (ert-test-failed-p result)) file-notify--test-event)
       (setq file-notify--test-events
            (append file-notify--test-events `(,file-notify--test-event))
            file-notify--test-results



reply via email to

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