From: Glenn Morris Date: Tue, 13 Jun 2017 22:53:38 +0000 (-0400) Subject: Fix running tests in without-modules builds X-Git-Tag: emacs-26.0.90~521^2~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=510a67428071ef06375c75506bdc6afa151f4c91;p=emacs.git 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. --- diff --git a/test/Makefile.in b/test/Makefile.in index 5d8ec65529a..9c1f2d2658f 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