summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-09-29 14:51:39 +0200
committerMichael Albinus <michael.albinus@gmx.de>2021-09-29 14:51:39 +0200
commite457cff3f48b6fc3fe9efc30b9896181c59011da (patch)
treec8dde492c356ba8eb65bfa4add16a8f22d73a868 /test/Makefile.in
parent7c79eea51dbbe84e6ee01db30dae87ff373b7f3b (diff)
downloademacs-e457cff3f48b6fc3fe9efc30b9896181c59011da.tar.gz
* test/Makefile.in (WRITE_LOG): Add emacs-module-tests as problematic.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index e0a2b7799a0..d82f53157b0 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -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