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:
parent
4e0cb960db
commit
ac4151e002
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user