; Instrument test/Makefile.in for tramp-tests output on hydra
This commit is contained in:
parent
23ff664fd2
commit
a75380f21d
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ endif
|
|||
%.log: %.elc
|
||||
$(AM_V_at)${MKDIR_P} $(dir $@)
|
||||
$(AM_V_GEN)HOME=/nonexistent $(emacs) -l ert -l $(testloadfile) \
|
||||
--eval "(ert-run-tests-batch-and-exit ${SELECTOR_ACTUAL})" ${WRITE_LOG}
|
||||
--eval "(ert-run-tests-batch-and-exit ${SELECTOR_ACTUAL})" \
|
||||
$(if $(and ${HOST}, $(findstring tramp, $(testloadfile))), , ${WRITE_LOG})
|
||||
|
||||
ifeq (@HAVE_MODULES@, yes)
|
||||
maybe_exclude_module_tests :=
|
||||
|
|
Loading…
Add table
Reference in a new issue