* test/Makefile.in: Turn off hydra verbose logging for electric-tests.

This commit is contained in:
Glenn Morris 2021-08-21 12:17:39 -07:00
parent 4f1184271d
commit bf61ddec3a

View file

@ -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