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-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~339 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac4151e0023f4bf17eb128036c006618332f1ac0;p=emacs.git * test/Makefile.in: Do not show emacs-module-tests.log by default. --- 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