From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 88D4F3858D28 for ; Wed, 15 Dec 2021 00:26:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 88D4F3858D28 Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:c851:d496:b69a:1c3c]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id BB37280D5D; Wed, 15 Dec 2021 00:26:23 +0000 (UTC) Date: Wed, 15 Dec 2021 00:26:20 +0000 From: Lancelot SIX To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 16/29] gdb/testsuite: Remove duplicates from gdb.base/ui-redirect.exp Message-ID: <20211215002620.h22lvoijqxsq27cq@Plymouth> References: <20211121175636.779325-1-lsix@lancelotsix.com> <20211121175636.779325-17-lsix@lancelotsix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Wed, 15 Dec 2021 00:26:23 +0000 (UTC) X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2021 00:26:26 -0000 On Fri, Dec 10, 2021 at 11:15:32PM +0000, Pedro Alves wrote: > On 2021-11-21 17:56, Lancelot SIX via Gdb-patches wrote: > > When running the testsuite, I have: > > > > Running .../gdb/testsuite/gdb.base/ui-redirect.exp ... > > DUPLICATE: gdb.base/ui-redirect.exp: redirect while already logging: set logging redirect off > > > > Fix by moving the first 'set logging redirect off' at the end of the > > "at the end" -> "to the end". "at" changes meaning completely, confusing. Thanks, changed locally. Lancerot. > > OK with that change. >