branch: elpa/buttercup
commit c9addd5be2419de75cb71feefff2cd085c6aeced
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>
Lift spec-done handling into buttercup-reporter-batch
... from buttercup-reporter-batch-color. Use the buttercup-color
variable to differentiate the two cases.
---
buttercup.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/buttercup.el b/buttercup.el
index 6ba18d7..2be2324 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -1744,12 +1744,6 @@ colors.
EVENT and ARG are described in `buttercup-reporter'."
(pcase event
- (`spec-done
- (when (eq (buttercup-spec-status arg) 'failed)
- (setq buttercup-reporter-batch--failures
- (append buttercup-reporter-batch--failures
- (list arg))))
- (buttercup-reporter-batch--print-spec-done-line arg buttercup-color))
(_
;; Fall through to buttercup-reporter-batch implementation.
(buttercup-reporter-batch event arg)))