summaryrefslogtreecommitdiff
path: root/buttercup.el
diff options
context:
space:
mode:
Diffstat (limited to 'buttercup.el')
-rw-r--r--buttercup.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/buttercup.el b/buttercup.el
index 092deef..6832e4a 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -1380,7 +1380,8 @@ SUITES is a list of suites. PATTERNS is a list of regexps."
(when (string-match p spec-full-name)
(cl-return t)))
(setf (buttercup-spec-function spec)
- (lambda () (signal 'buttercup-pending "SKIPPED")))))))
+ (lambda () (signal 'buttercup-pending "SKIPPED"))
+ (buttercup-spec-status spec) 'pending)))))
;;;###autoload
(defun buttercup-run-markdown-buffer (&rest markdown-buffers)