Remove forced DEBUG on make testi:*
This commit is contained in:
parent
c958f1eafd
commit
77ce7d11b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue