1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* test/Makefile.in: Do not show emacs-module-tests.log by default.

This commit is contained in:
Michael Albinus 2024-10-20 11:35:06 +02:00
parent 4e0cb960db
commit ac4151e002

View File

@ -170,7 +170,7 @@ WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
endif endif
## On Emba, always show logs for certain problematic tests. ## On Emba, always show logs for certain problematic tests.
ifdef EMACS_EMBA_CI 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 $@ : WRITE_LOG = 2>&1 | tee $@
endif endif