mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* test/Makefile.in (WRITE_LOG): Mark also problematic tests for emba.
This commit is contained in:
parent
9b31802e2d
commit
9db1c0993a
1 changed files with 5 additions and 1 deletions
|
|
@ -161,11 +161,15 @@ endif
|
|||
|
||||
## 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
|
||||
## On Hydra, always show logs for certain problematic tests.
|
||||
lisp/net/tramp-tests.log \
|
||||
: WRITE_LOG = 2>&1 | tee $@
|
||||
endif
|
||||
ifdef EMACS_EMBA_CI
|
||||
lisp/filenotify-tests.log lisp/net/tramp-tests.log \
|
||||
: WRITE_LOG = 2>&1 | tee $@
|
||||
endif
|
||||
|
||||
ifeq ($(TEST_LOAD_EL), yes)
|
||||
testloadfile = $*.el
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue