emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup c9addd5 307/340: Lift spec-done handling into bu


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup c9addd5 307/340: Lift spec-done handling into buttercup-reporter-batch
Date: Thu, 16 Dec 2021 14:59:56 -0500 (EST)

branch: elpa/buttercup
commit c9addd5be2419de75cb71feefff2cd085c6aeced
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]