Force interactive when running tests
This commit is contained in:
parent
19dfb22fe0
commit
a63640b120
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue