diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-09-29 14:51:39 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-09-29 14:51:39 +0200 |
commit | e457cff3f48b6fc3fe9efc30b9896181c59011da (patch) | |
tree | c8dde492c356ba8eb65bfa4add16a8f22d73a868 | |
parent | 7c79eea51dbbe84e6ee01db30dae87ff373b7f3b (diff) | |
download | emacs-e457cff3f48b6fc3fe9efc30b9896181c59011da.tar.gz emacs-e457cff3f48b6fc3fe9efc30b9896181c59011da.tar.bz2 emacs-e457cff3f48b6fc3fe9efc30b9896181c59011da.zip |
* test/Makefile.in (WRITE_LOG): Add emacs-module-tests as problematic.
-rw-r--r-- | test/Makefile.in | 2 |
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 |