Skip to content

Commit

Permalink
Update source, eask-core.el
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 3, 2024
1 parent 382f3b4 commit e570b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eask-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -3597,6 +3597,10 @@ Arguments FNC and ARGS are used for advice `:around'."
(if eask-test-ert--message-loop (apply fnc args)
(let ((eask-test-ert--message-loop t))
(cond
;; (message nil) is used to clear the minibuffer
;; However, format requires the first argument to be a format string
((null (car args))
(apply fnc args))
((string-match-p "^[ ]+FAILED " (apply #'format args))
(eask-msg (ansi-red (apply #'format args))))
((string-match-p "^[ ]+SKIPPED " (apply #'format args))
Expand Down

0 comments on commit e570b7f

Please sign in to comment.