diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2016-02-20 14:20:54 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2016-02-20 14:20:54 +0100 |
commit | 6de26a78de83ca9a8f096056e91c14fdb2aedc84 (patch) | |
tree | 54a8e87babea31b580deb36de05d0c5d12a5e060 /test/automated | |
parent | 5d17ae7d467c2d6146a5792d676621aa3d69b21a (diff) | |
download | emacs-6de26a78de83ca9a8f096056e91c14fdb2aedc84.tar.gz emacs-6de26a78de83ca9a8f096056e91c14fdb2aedc84.tar.bz2 emacs-6de26a78de83ca9a8f096056e91c14fdb2aedc84.zip |
Report also result in `file-notify--test-event-handler'
Diffstat (limited to 'test/automated')
-rw-r--r-- | 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 1817484c4fb..346120e276c 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 |