From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Repeatable testing Date: Thu, 06 Oct 2022 09:52:50 +0300 Message-ID: <83k05dqw8t.fsf@gnu.org> References: <87y1ty9lha.fsf@gnus.org> <87lepym6ok.fsf@trouble.defaultvalue.org> <877d1i9h7k.fsf@gnus.org> <83edvqyr3q.fsf@gnu.org> <874jwl8e4p.fsf@gnus.org> <871qrm2eiu.fsf@gnus.org> <87k05d25rv.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21348"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 06 08:59:25 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ogKqq-0005Ol-Nv for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Oct 2022 08:59:24 +0200 Original-Received: from localhost ([::1]:33690 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogKqp-0003Yr-85 for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Oct 2022 02:59:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogKkV-0007ok-OV for emacs-devel@gnu.org; Thu, 06 Oct 2022 02:52:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogKkV-0007ko-B6; Thu, 06 Oct 2022 02:52:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=BWMReLx10hLAnynR6jlOG0YuHxpaNHitGbOwcdCsD20=; b=H3njoK7J0lhl bvs/FwvMFW+y2aUKwxxXTnwfjkUPKiEYW0316M0Jqqm+hBNLSHNdDkNQS2Q0NUEUIxO7py6p7CrPZ UWk/ETiovpi5DvHCxxIiS8UFmdrZHHE9iQ3xslPGfgB88mCbSeaXLAR5/coHB/CUVx2YSuPobslJr f0QgXNqD9WWXPvPG4JY19sOT1N/PpM4Cva/r+fzZV8G//a8Er/XZO+UX3bCFrqhKu6lhc7JyY3dDx PCwRNJ6W4T4ygCuB7WFMV9IiTj0b8KJnuXZ31si8xQQw/35nPqlIpI1sCCuBU7yHl6LNGYysE5tQ9 Mt6P+BwW7VAmeS4F961PEg==; Original-Received: from [87.69.77.57] (port=3703 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogKkT-0002w0-OV; Thu, 06 Oct 2022 02:52:50 -0400 In-Reply-To: (tomas@tuxteam.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:297068 Archived-At: > Date: Thu, 6 Oct 2022 06:32:08 +0200 > From: > > Now who did or did not isn't that important. More important is: > how would one get about repeatable testing? > > Throw away $HOME? See what we do in the Emacs test suite: we point HOME to a non-existent directory. This is useful for other reasons besides native-compilation, btw.