mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
Tiny ert-summarize-tests-batch-and-exit improvement
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): Report the details of unexpected passes as well as failures.
This commit is contained in:
parent
6973b1489b
commit
73b2f7ac69
1 changed files with 2 additions and 1 deletions
|
|
@ -1563,7 +1563,8 @@ Ran \\([0-9]+\\) tests, \\([0-9]+\\) results as expected\
|
|||
(message "-------")
|
||||
(with-temp-buffer
|
||||
(dolist (x (list (list skipped "skipped" "SKIPPED")
|
||||
(list unexpected "unexpected" "FAILED")))
|
||||
(list unexpected "unexpected"
|
||||
"\\(?:FAILED\\|PASSED\\)")))
|
||||
(mapc (lambda (l)
|
||||
(erase-buffer)
|
||||
(insert-file-contents l)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue