* test/Makefile.in (WRITE_LOG): Add emacs-module-tests as problematic.

This commit is contained in:
Michael Albinus 2021-09-29 14:51:39 +02:00
parent 7c79eea51d
commit e457cff3f4

View file

@ -167,7 +167,7 @@ lisp/net/tramp-tests.log \
: WRITE_LOG = 2>&1 | tee $@
endif
ifdef EMACS_EMBA_CI
lisp/filenotify-tests.log lisp/net/tramp-tests.log \
lisp/filenotify-tests.log lisp/net/tramp-tests.log src/emacs-module-tests.el \
: WRITE_LOG = 2>&1 | tee $@
endif