From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 4745D3857BB1 for ; Fri, 29 Jul 2022 16:59:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4745D3857BB1 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-547-E4UrCx3MOfqt0HAC3YMpJw-1; Fri, 29 Jul 2022 12:59:05 -0400 X-MC-Unique: E4UrCx3MOfqt0HAC3YMpJw-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 267153C10226 for ; Fri, 29 Jul 2022 16:59:05 +0000 (UTC) Received: from [10.2.16.251] (unknown [10.2.16.251]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ECFC0401E92 for ; Fri, 29 Jul 2022 16:59:04 +0000 (UTC) Message-ID: <178b0e3f-5faa-7fa6-ee7b-687a4866819c@redhat.com> Date: Fri, 29 Jul 2022 09:59:03 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] Add subtest log diff script To: bunsen@sourceware.org References: <20220726163852.3627231-1-keiths@redhat.com> From: Keith Seitz In-Reply-To: <20220726163852.3627231-1-keiths@redhat.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: bunsen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bunsen mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2022 16:59:10 -0000 On 7/26/22 09:38, Keith Seitz via Bunsen wrote: > This patch introduces a new script, r-dejagnu-diff-logs, which will output > various styles of diffs for a given subtest between two commitishes. > For the record, I've pushed this to Frank's branch after his private A-OK. Keith