[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master a75380f: ; Instrument test/Makefile.in for tramp-te
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master a75380f: ; Instrument test/Makefile.in for tramp-tests output on hydra |
Date: |
Sat, 1 Jul 2017 04:30:46 -0400 (EDT) |
branch: master
commit a75380f21d14e0e067cb84a6fa86f88eff5fe4c9
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; Instrument test/Makefile.in for tramp-tests output on hydra
---
test/Makefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/Makefile.in b/test/Makefile.in
index 414eca9..cb64f6a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -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 :=
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master a75380f: ; Instrument test/Makefile.in for tramp-tests output on hydra,
Michael Albinus <=