mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove forced DEBUG on make testi:*
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user