From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#29025: Option to run ERT in quiet mode Date: Fri, 27 Oct 2017 15:03:16 +0300 Message-ID: <83h8uk7q7v.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1509105872 2102 195.159.176.226 (27 Oct 2017 12:04:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2017 12:04:32 +0000 (UTC) Cc: 29025@debbugs.gnu.org To: Paul Pogonyshev Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 27 14:04:27 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e83N3-0007SD-DJ for geb-bug-gnu-emacs@m.gmane.org; Fri, 27 Oct 2017 14:04:17 +0200 Original-Received: from localhost ([::1]:57007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e83NA-0005kx-Po for geb-bug-gnu-emacs@m.gmane.org; Fri, 27 Oct 2017 08:04:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e83Mt-0005gK-O6 for bug-gnu-emacs@gnu.org; Fri, 27 Oct 2017 08:04:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e83Mn-0003X6-Us for bug-gnu-emacs@gnu.org; Fri, 27 Oct 2017 08:04:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:55580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e83Mn-0003X2-Ra for bug-gnu-emacs@gnu.org; Fri, 27 Oct 2017 08:04:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e83Mn-00037p-Jv for bug-gnu-emacs@gnu.org; Fri, 27 Oct 2017 08:04:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Oct 2017 12:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29025 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 29025-submit@debbugs.gnu.org id=B29025.150910581411978 (code B ref 29025); Fri, 27 Oct 2017 12:04:01 +0000 Original-Received: (at 29025) by debbugs.gnu.org; 27 Oct 2017 12:03:34 +0000 Original-Received: from localhost ([127.0.0.1]:36028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e83MM-000378-9b for submit@debbugs.gnu.org; Fri, 27 Oct 2017 08:03:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35986) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e83MK-00036w-Ux for 29025@debbugs.gnu.org; Fri, 27 Oct 2017 08:03:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e83MC-00037N-8T for 29025@debbugs.gnu.org; Fri, 27 Oct 2017 08:03:27 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e83MC-00037J-5e; Fri, 27 Oct 2017 08:03:24 -0400 Original-Received: from [176.228.60.248] (port=3176 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e83MB-00055Y-II; Fri, 27 Oct 2017 08:03:24 -0400 In-reply-to: (message from Paul Pogonyshev on Fri, 27 Oct 2017 11:51:40 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:139064 Archived-At: > From: Paul Pogonyshev > Date: Fri, 27 Oct 2017 11:51:40 +0200 > > 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. Thanks, but please also provide patches for the Texinfo manual and NEWS.