Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ This is added because we don't want to pollute `error' and `warn' functions."
"run/script" "run/command"
;; NOTE: These test commands handle the exit code themselves;
;; therefore, we don't need to handle it for them!
"test/ert" "test/ert-runner")))
"test/ert" "test/ert-runner" "test/buttercup")))

(defun eask-checker-p ()
"Return t if running Eask as the checker.
Expand Down