From: Michael Albinus Date: Sun, 20 Oct 2024 09:35:06 +0000 (+0200) Subject: * test/Makefile.in: Do not show emacs-module-tests.log by default. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a46b34a323ed98c1d71daea7462f446550094c25;p=emacs.git * test/Makefile.in: Do not show emacs-module-tests.log by default. (cherry picked from commit ac4151e0023f4bf17eb128036c006618332f1ac0) --- diff --git a/test/Makefile.in b/test/Makefile.in index 3cbdbec4414..7a3178546a1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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