Update tests with new arg for doom-initialize

This commit is contained in:
Henrik Lissner 2019-12-05 19:50:38 -05:00
parent 341e8b3531
commit d525b5502b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 13 additions and 14 deletions

View file

@ -11,7 +11,7 @@
(defcli! test (&rest targets)
"Run Doom unit tests."
:bare t
(doom-initialize 'force)
(doom-initialize 'force 'noerror)
(require 'ansi-color)
(let (files read-files)
(unless targets