emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29025: closed (Option to run ERT in quiet mode)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29025: closed (Option to run ERT in quiet mode)
Date: Sat, 28 Oct 2017 10:52:02 +0000

Your message dated Sat, 28 Oct 2017 13:51:19 +0300
with message-id <address@hidden>
and subject line Re: bug#29025: Option to run ERT in quiet mode
has caused the debbugs.gnu.org bug report #29025,
regarding Option to run ERT in quiet mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29025: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29025
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Option to run ERT in quiet mode Date: Fri, 27 Oct 2017 11:51:40 +0200
Severity: wishlist
Tags: patch

When running ERT from command-line with (ert-run-tests-batch ...), it
prints lots of lines for passed tests. The attached patch adds
variable `ert-quiet' that lets you omit such non-important lines:

    (let ((ert-quiet t)) (ert-run-tests-batch ...))

Of course, default is nil, so there is no change for existing
invocations. It is fully backward compatible. Users don't have to
check Emacs version prior to binding this variable: on older version
there will be no effect, but ERT will work.

Paul

Attachment: 0001-Add-ert-quiet-variable.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#29025: Option to run ERT in quiet mode Date: Sat, 28 Oct 2017 13:51:19 +0300
> From: Paul Pogonyshev <address@hidden>
> Date: Fri, 27 Oct 2017 14:26:38 +0200
> Cc: address@hidden
> 
> Attached is the patch extended with requested changes.

Thanks, pushed to the master branch.


--- End Message ---

reply via email to

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