aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEvgeni Kolev <evgenysw@gmail.com>2017-05-09 16:14:09 -0400
committerEvgeni Kolev <evgenysw@gmail.com>2017-05-10 12:33:01 -0400
commite8772ebfc374b2155a235070dbd33a6cfd4ae2d8 (patch)
treedd14484d4ff255c528ee255a7005d9c7e0714670 /Makefile
parent1096cc2bd5fee38d7606eb992203e9d822281c6a (diff)
Don't run in emacs in background with "make emacs"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f58ae1..fff765e 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ tests: compile
emacs:
$(EMACS) -Q -L . $(LIBS) -l goto-chg.el -l evil-tests.el \
--eval "(evil-mode 1)" \
---eval "(evil-tests-initialize '(${TAG}) '(${PROFILER}) t)" &
+--eval "(evil-tests-initialize '(${TAG}) '(${PROFILER}) t)"
# Load Evil in a terminal Emacs and run all tests.
term: terminal