mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* test/Makefile.in: Turn off hydra verbose logging for electric-tests.
This commit is contained in:
parent
4f1184271d
commit
bf61ddec3a
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/electric-tests.log \
|
||||
lisp/net/tramp-tests.log \
|
||||
: WRITE_LOG = 2>&1 | tee $@
|
||||
endif
|
||||
ifdef EMACS_EMBA_CI
|
||||
|
|
|
|||
Loading…
Reference in a new issue