]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/ert.el (ert-run-tests): Make INTERACTIVE arg optional.
authorNoam Postavsky <npostavs@gmail.com>
Tue, 28 Mar 2017 13:40:45 +0000 (09:40 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 28 Mar 2017 13:44:24 +0000 (09:44 -0400)
lisp/emacs-lisp/ert.el

index 611c67311bc70c9082aa76144deb0e337da8cd9a..e7387e463cbc44047df48a97acc1b72eaf4441ac 100644 (file)
@@ -1236,7 +1236,7 @@ SELECTOR is the selector that was used to select TESTS."
         (funcall listener 'test-ended stats test result))
       (setf (ert--stats-current-test stats) nil))))
 
-(defun ert-run-tests (selector listener interactively)
+(defun ert-run-tests (selector listener &optional interactively)
   "Run the tests specified by SELECTOR, sending progress updates to LISTENER."
   (let* ((tests (ert-select-tests selector t))
          (stats (ert--make-stats tests selector)))