From 510a67428071ef06375c75506bdc6afa151f4c91 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 13 Jun 2017 18:53:38 -0400 Subject: [PATCH] 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 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 -- 2.39.2