* test/Makefile.in: Verbose logging for electric-tests on hydra.
This commit is contained in:
parent
6898ae6f8c
commit
bb6f1e2dd9
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ endif
|
|||
WRITE_LOG = > $@ 2>&1 || { STAT=$$?; cat $@; exit $$STAT; }
|
||||
## On Hydra or Emba, always show logs for certain problematic tests.
|
||||
ifdef EMACS_HYDRA_CI
|
||||
lisp/net/tramp-tests.log \
|
||||
lisp/net/tramp-tests.log lisp/electric-tests.log \
|
||||
: WRITE_LOG = 2>&1 | tee $@
|
||||
endif
|
||||
ifdef EMACS_EMBA_CI
|
||||
|
|
Loading…
Add table
Reference in a new issue