diff --git a/core/autoload/test.el b/core/autoload/test.el index 2ab50a6e0..c8c4035b5 100644 --- a/core/autoload/test.el +++ b/core/autoload/test.el @@ -7,8 +7,7 @@ command line args following a double dash (each arg should be in the 'module/submodule' format). If neither is available, run all tests in all enabled modules." - (interactive) ; must be interactive to be run from batch - ;; FIXME Refactor this + (interactive) (condition-case-unless-debug ex (let (targets) ;; ensure DOOM is initialized