mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* test/Makefile.in (WRITE_LOG): Always be verbose on hydra.nixos.
This commit is contained in:
parent
ad011fd3ac
commit
588feeecfd
1 changed files with 4 additions and 4 deletions
|
|
@ -151,13 +151,13 @@ endif
|
|||
%.elc: %.el
|
||||
$(AM_V_ELC)$(emacs) --batch -f batch-byte-compile $<
|
||||
|
||||
ifdef EMACS_HYDRA_CI
|
||||
WRITE_LOG = 2>&1 | tee $@
|
||||
else
|
||||
## Save logs, and show logs for failed tests.
|
||||
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 \
|
||||
: WRITE_LOG = 2>&1 | tee $@
|
||||
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 \
|
||||
: WRITE_LOG = 2>&1 | tee $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue