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 422D84196F0 for ; Tue, 23 Mar 2010 06:47:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham 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 BxbdNAvupPSp for ; Tue, 23 Mar 2010 06:47:06 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 75D78431FC1 for ; Tue, 23 Mar 2010 06:47:06 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id DD24719F32FF; Tue, 23 Mar 2010 14:47:05 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id ujAgmhvAEq9w; Tue, 23 Mar 2010 14:47:04 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 8CD9C19F32FE; Tue, 23 Mar 2010 14:47:04 +0100 (CET) Received: from steelpick.2x.cz (r5da224.net.upc.cz [86.49.116.224]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 78287FA003; Tue, 23 Mar 2010 14:47:04 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.71) (envelope-from ) id 1Nu4Rk-00078K-2A; Tue, 23 Mar 2010 14:47:04 +0100 From: Michal Sojka To: Ruben Pollan In-Reply-To: <20100323105948.GC28596@blackspot> References: <1268926780-20045-1-git-send-email-sojkam1@fel.cvut.cz> <1268926780-20045-5-git-send-email-sojkam1@fel.cvut.cz> <20100323105948.GC28596@blackspot> Date: Tue, 23 Mar 2010 14:47:03 +0100 Message-ID: <877hp3cfqg.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH 4/4] Tests for maildir-based mailstore 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: Tue, 23 Mar 2010 13:47:07 -0000 On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > Signed-off-by: Michal Sojka > > --- > > test/t0006-maildir.sh | 113 +++++++++++++++++++++++++++++++++++++++++++++++++ > > test/test-lib.sh | 7 ++- > > 2 files changed, 118 insertions(+), 2 deletions(-) > > create mode 100755 test/t0006-maildir.sh > > This patch is not applicable on HEAD. The file test/test-lib.sh don't exists. Yes, you need to apply patches also patches for the test framework. The whole patch series can be seen at http://rtime.felk.cvut.cz/gitweb/notmuch.git/shortlog/refs/heads/mailstore-abstraction-v1 and can be merged by git pull git://rtime.felk.cvut.cz/notmuch.git mailstore-abstraction-v1 I have to (try to) finish relicencing of the git's test framework from GPLv2 to GPLv>=2, so that it can be merged to notmuch. -M