projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d17ae7
)
Report also result in `file-notify--test-event-handler'
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 20 Feb 2016 13:20:54 +0000
(14:20 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 20 Feb 2016 13:20:54 +0000
(14:20 +0100)
test/automated/file-notify-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/file-notify-tests.el
b/test/automated/file-notify-tests.el
index 1817484c4fba3a193cf64a75dff6519c77c4e3a3..346120e276c8d631793ab70ab9481a60bc831c90 100644
(file)
--- 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