From 77ce7d11b4b76c9c93675c59924e2d78d77c4a30 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Jun 2017 15:19:03 +0200 Subject: [PATCH] Remove forced DEBUG on make testi:* --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e8a05282..874fab0ef 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ test\:core $(patsubst %, test\:%, $(MODULES)): init.el .local/autoloads.el # run tests interactively 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 run: