diff options
| author | Glenn Morris | 2017-06-13 18:53:38 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-06-13 18:53:38 -0400 |
| commit | 510a67428071ef06375c75506bdc6afa151f4c91 (patch) | |
| tree | e02849a6a6e088790bebe4c8d5dadfc4d76efd05 | |
| parent | 863b3335436be246fd00ad2aa264d474afc1c48c (diff) | |
| download | emacs-510a67428071ef06375c75506bdc6afa151f4c91.tar.gz emacs-510a67428071ef06375c75506bdc6afa151f4c91.zip | |
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.
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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= | |||
| 80 | # Command line flags for Emacs. | 80 | # Command line flags for Emacs. |
| 81 | # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, | 81 | # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, |
| 82 | # but we might as well be explicit. | 82 | # but we might as well be explicit. |
| 83 | EMACSOPT = -batch --no-site-file --no-site-lisp -module-assertions -L "$(SEPCHAR)$(srcdir)" $(EMACS_EXTRAOPT) | 83 | EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(SEPCHAR)$(srcdir)" $(EMACS_EXTRAOPT) |
| 84 | 84 | ||
| 85 | # Prevent any settings in the user environment causing problems. | 85 | # Prevent any settings in the user environment causing problems. |
| 86 | unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS | 86 | unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS |