From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master ed8b4e0: Prevent running vc-tests writing to ~/.bzr.log Date: Mon, 22 May 2017 16:52:08 -0400 Message-ID: References: <20170521000028.30429.38577@vcs0.savannah.gnu.org> <20170521000029.791B421038@vcs0.savannah.gnu.org> <1b6ac3cf-fe0c-c1cf-5417-e7b3d5231d58@yandex.ru> <8337byp8nc.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1495486370 12290 195.159.176.226 (22 May 2017 20:52:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 22 May 2017 20:52:50 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: emacs-devel@gnu.org, Dmitry Gutov To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 22 22:52:46 2017 Return-path: Envelope-to: ged-emacs-devel@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 1dCuJp-00035k-Ty for ged-emacs-devel@m.gmane.org; Mon, 22 May 2017 22:52:46 +0200 Original-Received: from localhost ([::1]:44851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCuJv-0003LF-JB for ged-emacs-devel@m.gmane.org; Mon, 22 May 2017 16:52:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCuJI-0003L3-OV for emacs-devel@gnu.org; Mon, 22 May 2017 16:52:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCuJI-0001Px-1v for emacs-devel@gnu.org; Mon, 22 May 2017 16:52:12 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCuJE-0001PH-Ry; Mon, 22 May 2017 16:52:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dCuJE-0001GR-CP; Mon, 22 May 2017 16:52:08 -0400 X-Spook: assassination Smart Ft. Knox USSS Security Council SEAL X-Ran: NBtG6V<`ub11o"s~mF/Y+2gJeO%56Fx (Eli Zaretskii's message of "Sun, 21 May 2017 17:49:27 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215108 Archived-At: >> This is one big patch. I don't think adding the same 7 lines to 4 functions is big, nor something that should be split into more than one commit. >> What's so important in disabling logging while running tests? > > Bazaar records everything it does on the ~/.bzr.log file. I guess > Glenn doesn't want the records from running the Emacs tests to bloat > his log, as those logs are not really interesting. Right. I think running tests should not interact with HOME at all, and certainly should not write there. (Perhaps test/Makefile should export a temporary HOME, but tests can still be run not via the Makefile.)