diff options
| author | Michael Albinus | 2017-07-01 10:32:27 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-07-01 10:32:27 +0200 |
| commit | 98cbba868c24ba0a499dbe4377268f1fafb30296 (patch) | |
| tree | 2c8561bd853f6e4b3ebd70b583f2768f540e3dbf | |
| parent | a75380f21d14e0e067cb84a6fa86f88eff5fe4c9 (diff) | |
| download | emacs-98cbba868c24ba0a499dbe4377268f1fafb30296.tar.gz emacs-98cbba868c24ba0a499dbe4377268f1fafb30296.zip | |
; Fix last commit
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index cb64f6abb77..11373db8ca9 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -148,7 +148,7 @@ endif | |||
| 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})" \ | 150 | --eval "(ert-run-tests-batch-and-exit ${SELECTOR_ACTUAL})" \ |
| 151 | $(if $(and ${HOST}, $(findstring tramp, $(testloadfile))), , ${WRITE_LOG}) | 151 | $(if $(and ${NIX_STORE}, $(findstring tramp, $(testloadfile))), , ${WRITE_LOG}) |
| 152 | 152 | ||
| 153 | ifeq (@HAVE_MODULES@, yes) | 153 | ifeq (@HAVE_MODULES@, yes) |
| 154 | maybe_exclude_module_tests := | 154 | maybe_exclude_module_tests := |