Revert 087127a3
Installing buttercup on demand wasn't robust enough. Tests were breaking more often.
This commit is contained in:
parent
c42600d771
commit
45266213a5
2 changed files with 1 additions and 4 deletions
|
@ -18,8 +18,6 @@ If neither is available, run all tests in all enabled modules."
|
||||||
(let* ((noninteractive t)
|
(let* ((noninteractive t)
|
||||||
(doom-modules (doom-modules)))
|
(doom-modules (doom-modules)))
|
||||||
(quiet! (doom-reload-autoloads))
|
(quiet! (doom-reload-autoloads))
|
||||||
(unless (package-installed-p 'buttercup)
|
|
||||||
(package-install 'buttercup t))
|
|
||||||
(let ((target-paths
|
(let ((target-paths
|
||||||
;; Convert targets into a list of string paths, pointing to the root
|
;; Convert targets into a list of string paths, pointing to the root
|
||||||
;; directory of modules
|
;; directory of modules
|
||||||
|
|
|
@ -45,5 +45,4 @@
|
||||||
(package! esup)
|
(package! esup)
|
||||||
|
|
||||||
;; cli/test.el
|
;; cli/test.el
|
||||||
;; buttercup is installed on demand, so avoid uninstalling it if present
|
(package! buttercup)
|
||||||
(package! buttercup :ignore t)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue