aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorMichael Albinus2017-07-12 14:53:53 +0200
committerMichael Albinus2017-07-12 14:53:53 +0200
commit46a681e4e1463d355c458df08d0f6403335aba05 (patch)
tree06be31a1b324b20a34fc521bfe298cf5927b17f9 /test/Makefile.in
parentd014a5e15c1110af77e7a96f06ccd0f0cafb099f (diff)
downloademacs-46a681e4e1463d355c458df08d0f6403335aba05.tar.gz
emacs-46a681e4e1463d355c458df08d0f6403335aba05.zip
; Enable traces for tramp-tests.el on hydra
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 414eca90564..11373db8ca9 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -147,7 +147,8 @@ endif
147%.log: %.elc 147%.log: %.elc
148 $(AM_V_at)${MKDIR_P} $(dir $@) 148 $(AM_V_at)${MKDIR_P} $(dir $@)
149 $(AM_V_GEN)HOME=/nonexistent $(emacs) -l ert -l $(testloadfile) \ 149 $(AM_V_GEN)HOME=/nonexistent $(emacs) -l ert -l $(testloadfile) \
150 --eval "(ert-run-tests-batch-and-exit ${SELECTOR_ACTUAL})" ${WRITE_LOG} 150 --eval "(ert-run-tests-batch-and-exit ${SELECTOR_ACTUAL})" \
151 $(if $(and ${NIX_STORE}, $(findstring tramp, $(testloadfile))), , ${WRITE_LOG})
151 152
152ifeq (@HAVE_MODULES@, yes) 153ifeq (@HAVE_MODULES@, yes)
153maybe_exclude_module_tests := 154maybe_exclude_module_tests :=