[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 98cbba8: ; Fix last commit
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 98cbba8: ; Fix last commit |
Date: |
Sat, 1 Jul 2017 04:32:35 -0400 (EDT) |
branch: master
commit 98cbba868c24ba0a499dbe4377268f1fafb30296
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; Fix last commit
---
test/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile.in b/test/Makefile.in
index cb64f6a..11373db 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -148,7 +148,7 @@ endif
$(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})" \
- $(if $(and ${HOST}, $(findstring tramp, $(testloadfile))), ,
${WRITE_LOG})
+ $(if $(and ${NIX_STORE}, $(findstring tramp, $(testloadfile))), ,
${WRITE_LOG})
ifeq (@HAVE_MODULES@, yes)
maybe_exclude_module_tests :=
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 98cbba8: ; Fix last commit,
Michael Albinus <=