diff options
| -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'." | |||
| 281 | (unless (string-match | 281 | (unless (string-match |
| 282 | (regexp-quote ".#") | 282 | (regexp-quote ".#") |
| 283 | (file-notify--event-file-name file-notify--test-event)) | 283 | (file-notify--event-file-name file-notify--test-event)) |
| 284 | (message "file-notify--test-event-handler %S" file-notify--test-event) | 284 | (message "file-notify--test-event-handler result: %s event: %S" |
| 285 | (null (ert-test-failed-p result)) file-notify--test-event) | ||
| 285 | (setq file-notify--test-events | 286 | (setq file-notify--test-events |
| 286 | (append file-notify--test-events `(,file-notify--test-event)) | 287 | (append file-notify--test-events `(,file-notify--test-event)) |
| 287 | file-notify--test-results | 288 | file-notify--test-results |