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 20E3F431FBD for ; Sun, 20 Jan 2013 19:08:01 -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 e2xafTjfEsxD for ; Sun, 20 Jan 2013 19:07:59 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 57F03431FAF for ; Sun, 20 Jan 2013 19:07:59 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id EE234100086 for ; Mon, 21 Jan 2013 05:07:48 +0200 (EET) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests In-Reply-To: <1358737306-21744-1-git-send-email-tomi.ollila@iki.fi> References: <1358737306-21744-1-git-send-email-tomi.ollila@iki.fi> User-Agent: Notmuch/0.15+5~g6f527c2 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ 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: Mon, 21 Jan 2013 03:08:01 -0000 On Mon, Jan 21 2013, Tomi Ollila wrote: > Set the variable '$test_subtest_name' in all functions which starts > a new test and use that variable in all functions that output > test results. > > Additionally output the latest '$test_subtest_name' in case of > abnormal exit, to avoid confusion. > --- > > This obsoletes id:1358717806-11376-1-git-send-email-tomi.ollila@iki.fi How can this be so hard again, the patch that obsoleted is id:1358717493-11231-1-git-send-email-tomi.ollila@iki.fi Additionally, I tried to add that mail as reply-to to that particular email but git-send-email is not smart enough to strip the 'id:' part from beginning of the Reply-To: field ;/. Enter 'V' in notmuch show window to see what was written into Reply-To: header ;/. Tomi