Remove forced DEBUG on make testi:*

This commit is contained in:
Henrik Lissner 2017-06-15 15:19:03 +02:00
parent c958f1eafd
commit 77ce7d11b4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -50,7 +50,7 @@ test\:core $(patsubst %, test\:%, $(MODULES)): init.el .local/autoloads.el
# run tests interactively # run tests interactively
testi: init.el .local/autoloads.el testi: init.el .local/autoloads.el
@DEBUG=1 $(EMACSI) -f doom/run-tests -f ert @$(EMACSI) -f doom/run-tests -f ert
# For running Emacs from a different folder than ~/.emacs.d # For running Emacs from a different folder than ~/.emacs.d
run: run: