]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix running tests in without-modules builds
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Jun 2017 22:53:38 +0000 (18:53 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Jun 2017 22:53:38 +0000 (18:53 -0400)
* test/Makefile.in (EMACSOPT): Remove option that is only defined
with-modules.  emacs-module-tests.el passes it where needed.

test/Makefile.in

index 5d8ec65529a0031cb7d993f28ec4d8816ac29e29..9c1f2d2658f681bdb49396c81f070dceb4ac557f 100644 (file)
@@ -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