* test/Makefile.in: Do not show emacs-module-tests.log by default.
This commit is contained in:
parent
4e0cb960db
commit
ac4151e002
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue