emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 510a674: Fix running tests in without-modules build


From: Glenn Morris
Subject: [Emacs-diffs] master 510a674: Fix running tests in without-modules builds
Date: Tue, 13 Jun 2017 18:53:44 -0400 (EDT)

branch: master
commit 510a67428071ef06375c75506bdc6afa151f4c91
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Fix running tests in without-modules builds
    
    * test/Makefile.in (EMACSOPT): Remove option that is only defined
    with-modules.  emacs-module-tests.el passes it where needed.
---
 test/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 5d8ec65..9c1f2d2 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -80,7 +80,7 @@ EMACS_EXTRAOPT=
 # Command line flags for Emacs.
 # Apparently MSYS bash would convert "-L :" to "-L ;" anyway,
 # but we might as well be explicit.
-EMACSOPT = -batch --no-site-file --no-site-lisp -module-assertions -L 
"$(SEPCHAR)$(srcdir)" $(EMACS_EXTRAOPT)
+EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(SEPCHAR)$(srcdir)" 
$(EMACS_EXTRAOPT)
 
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS



reply via email to

[Prev in Thread] Current Thread [Next in Thread]