From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 088791F506 for ; Tue, 20 Sep 2022 20:43:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229962AbiITUnB (ORCPT ); Tue, 20 Sep 2022 16:43:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbiITUnA (ORCPT ); Tue, 20 Sep 2022 16:43:00 -0400 Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6138376954 for ; Tue, 20 Sep 2022 13:42:59 -0700 (PDT) Received: (qmail 31143 invoked by uid 109); 20 Sep 2022 20:42:58 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 20 Sep 2022 20:42:58 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 14836 invoked by uid 111); 20 Sep 2022 20:42:59 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Tue, 20 Sep 2022 16:42:59 -0400 Authentication-Results: peff.net; auth=none Date: Tue, 20 Sep 2022 16:42:57 -0400 From: Jeff King To: SZEDER =?utf-8?B?R8OhYm9y?= Cc: Junio C Hamano , git@vger.kernel.org, =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: [PATCH] t/Makefile: remove 'test-results' on 'make clean' Message-ID: References: <20220920105407.4700-1-szeder.dev@gmail.com> <20220920201150.GB1704@szeder.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220920201150.GB1704@szeder.dev> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Sep 20, 2022 at 10:11:50PM +0200, SZEDER Gábor wrote: > On Tue, Sep 20, 2022 at 03:51:14PM -0400, Jeff King wrote: > > On Tue, Sep 20, 2022 at 12:54:07PM +0200, SZEDER Gábor wrote: > > > > > The 't/test-results' directory and its contents are by-products of the > > > test process, so 'make clean' should remove them, but, alas, this has > > > been broken since ee65b194d (t/Makefile: don't remove test-results in > > > "clean-except-prove-cache", 2022-07-28). > > > > I don't have that commit. > > Uh-oh. Me neither :) > > > I assume you mean fee65b194d, and what you > > have here was a version before it hit 'next'. > > Looking at the reflog, it seems that while rewording the commit > message I inadvertently deleted the first character of the SHA1. Heh. You'd think I would have notice the similarity when pasting in the new one. :) But yeah, that is definitely what happened. -Peff