diff options
| author | Michael Albinus | 2017-07-12 14:53:53 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-07-12 14:53:53 +0200 |
| commit | 46a681e4e1463d355c458df08d0f6403335aba05 (patch) | |
| tree | 06be31a1b324b20a34fc521bfe298cf5927b17f9 /test/Makefile.in | |
| parent | d014a5e15c1110af77e7a96f06ccd0f0cafb099f (diff) | |
| download | emacs-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.in | 3 |
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 | ||
| 152 | ifeq (@HAVE_MODULES@, yes) | 153 | ifeq (@HAVE_MODULES@, yes) |
| 153 | maybe_exclude_module_tests := | 154 | maybe_exclude_module_tests := |