* .gitlab-ci.yml (test): Run only filenotify-tests.
* test/lisp/filenotify-tests.el (file-notify--test-event-handler):
Print test messages on EMBA.
- ./autogen.sh autoconf
- ./configure --without-makeinfo
- make bootstrap
- - make check
+ - make -C test filenotify-tests
(unless (string-match
(regexp-quote ".#")
(file-notify--event-file-name file-notify--test-event))
- ;;(message "file-notify--test-event-handler result: %s event: %S"
- ;;(null (ert-test-failed-p result)) file-notify--test-event)
+ (when (getenv "EMACS_EMBA_CI")
+ (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