From b5d4950cce592cfbd3ed632a0acb1534c1273edf Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 7 Mar 2014 07:51:47 +2000 Subject: [PATCH] Re: [PATCH] test: Print the number of the test along with its name --- db/34aa084e65d0ba6a765e9b772d34ac5daed375 | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 db/34aa084e65d0ba6a765e9b772d34ac5daed375 diff --git a/db/34aa084e65d0ba6a765e9b772d34ac5daed375 b/db/34aa084e65d0ba6a765e9b772d34ac5daed375 new file mode 100644 index 000000000..1fca5bd56 --- /dev/null +++ b/db/34aa084e65d0ba6a765e9b772d34ac5daed375 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 3CF44431FBF + for ; Thu, 6 Mar 2014 03:51:56 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Nh1tmtsLym+1 for ; + Thu, 6 Mar 2014 03:51:51 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 8632A431FAE + for ; Thu, 6 Mar 2014 03:51:51 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WLWq6-0000bE-PX; Thu, 06 Mar 2014 07:51:50 -0400 +Received: (nullmailer pid 28874 invoked by uid 1000); Thu, 06 Mar 2014 + 11:51:47 -0000 +From: David Bremner +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH] test: Print the number of the test along with its name +In-Reply-To: <1393915208-31237-1-git-send-email-amdragon@mit.edu> +References: <1393915208-31237-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.17+106~g0421995 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 06 Mar 2014 07:51:47 -0400 +Message-ID: <877g87tui4.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 06 Mar 2014 11:51:56 -0000 + +Austin Clements writes: + +> Previously, we stripped the "Tnnn-" part from the test name when +> printing its description at the beginning of each test. However, this +> makes it difficult to find the source script for a test (e.g., when a +> test fails). Put this prefix back. + +pushed, + +d -- 2.26.2