Force interactive when running tests

This commit is contained in:
Henrik Lissner 2017-07-29 00:30:42 +02:00
parent 19dfb22fe0
commit a63640b120
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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"