From a75380f21d14e0e067cb84a6fa86f88eff5fe4c9 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 1 Jul 2017 10:30:34 +0200 Subject: [PATCH] ; 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 414eca90564..cb64f6abb77 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 := -- 2.39.2