]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in (WRITE_LOG): Add emacs-module-tests as problematic.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 29 Sep 2021 12:51:39 +0000 (14:51 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 29 Sep 2021 12:51:39 +0000 (14:51 +0200)
test/Makefile.in

index e0a2b7799a02a7525127ac32fa9d99745c47ad06..d82f53157b056781c007853044251f5ae12c0b94 100644 (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