]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in: Do not show emacs-module-tests.log by default.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 20 Oct 2024 09:35:06 +0000 (11:35 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Oct 2024 05:05:02 +0000 (07:05 +0200)
(cherry picked from commit ac4151e0023f4bf17eb128036c006618332f1ac0)

test/Makefile.in

index 3cbdbec4414dded7d8b9d92276f17bb5f0891af0..7a3178546a1f806aa082bc55996432f9bea7cd63 100644 (file)
@@ -170,7 +170,7 @@ WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
 endif
 ## On Emba, always show logs for certain problematic tests.
 ifdef EMACS_EMBA_CI
-lisp/filenotify-tests.log lisp/net/tramp-tests.log src/emacs-module-tests.log \
+lisp/filenotify-tests.log lisp/net/tramp-tests.log \
 : WRITE_LOG = 2>&1 | tee $@
 endif