From: Michael Albinus Date: Wed, 29 Sep 2021 12:51:39 +0000 (+0200) Subject: * test/Makefile.in (WRITE_LOG): Add emacs-module-tests as problematic. X-Git-Tag: emacs-28.0.90~525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e457cff3f48b6fc3fe9efc30b9896181c59011da;p=emacs.git * test/Makefile.in (WRITE_LOG): Add emacs-module-tests as problematic. --- 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