From a63640b120a2ebed3ffac536446dee4f737e51d0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 29 Jul 2017 00:30:42 +0200 Subject: [PATCH] Force interactive when running tests --- core/autoload/test.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/autoload/test.el b/core/autoload/test.el index e4c5d352b..2f226cd7f 100644 --- a/core/autoload/test.el +++ b/core/autoload/test.el @@ -77,7 +77,8 @@ If neither is available, run all tests in all enabled modules." finally do (quiet! (mapc #'load-file items))) ;; run all loaded tests (when noninteractive - (ert-run-tests-batch-and-exit))) + (let (noninteractive) + (ert-run-tests-batch-and-exit)))) ('error (lwarn 'doom-test :error "%s -> %s"