summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buttercup.el6
1 files changed, 0 insertions, 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)))