emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9942734: * lisp/emacs-lisp/ert.el (ert-run-tests-ba


From: Michael Albinus
Subject: [Emacs-diffs] master 9942734: * lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print selector.
Date: Sun, 18 Mar 2018 05:01:45 -0400 (EDT)

branch: master
commit 9942734c75c7b78efba41204432533cd3fe3b419
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print selector.
---
 lisp/emacs-lisp/ert.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el
index e4e166a..09cf28e 100644
--- a/lisp/emacs-lisp/ert.el
+++ b/lisp/emacs-lisp/ert.el
@@ -1360,9 +1360,10 @@ Returns the stats object."
        (run-started
         (unless ert-quiet
           (cl-destructuring-bind (stats) event-args
-            (message "Running %s tests (%s)"
+            (message "Running %s tests (%s, selector `%S')"
                      (length (ert--stats-tests stats))
-                     (ert--format-time-iso8601 (ert--stats-start-time 
stats))))))
+                     (ert--format-time-iso8601 (ert--stats-start-time stats))
+                     selector))))
        (run-ended
         (cl-destructuring-bind (stats abortedp) event-args
           (let ((unexpected (ert-stats-completed-unexpected stats))



reply via email to

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