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 C07B2431FBF for ; Tue, 16 Feb 2010 14:07:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.838 X-Spam-Level: X-Spam-Status: No, score=-1.838 tagged_above=-999 required=5 tests=[AWL=-0.728, BAYES_05=-1.11] autolearn=unavailable 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 r6DQ+aAXpQ1r for ; Tue, 16 Feb 2010 14:07:42 -0800 (PST) Received: from mail-yw0-f199.google.com (mail-yw0-f199.google.com [209.85.211.199]) by olra.theworths.org (Postfix) with ESMTP id EECF1431FBC for ; Tue, 16 Feb 2010 14:07:41 -0800 (PST) Received: by ywh37 with SMTP id 37so5869650ywh.32 for ; Tue, 16 Feb 2010 14:07:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Sm+POFxriFqZR8Gi1vUwKCPv6t0k8r5Uyd3CrlR7ok0=; b=RicrMMHZ0QhWBE8WW2oH8SAHUeoo8x3vd7XCjw8GPO8dktFGrIz7h41KdRtnr2g/VC ip2QOivgupkKQP6NtDQcMYWpTHB9YUfC8APc4qXgB714zojPUdI0RS5M/VmBmAfkeTGL MKhkz03q0YgSg81lgTQBF4qrJjVf9hKRuvNjQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=E6F+ztgQz1YYMcHJ/WGLkqNS1y+9ohyO4ryPs886tRdWXGD2DAQjGAiqjWw58uoTKq gaBC9kIxLYegovrklD4LVoyXDbVd1r4/nWgx6wzURXAjZLWz2d2fbKnJqbRB2p/sumG9 7A23tKKvmVDfBZFg9Ic1aL3L/Ywf0o4BLnCag= MIME-Version: 1.0 Received: by 10.150.47.11 with SMTP id u11mr8870627ybu.140.1266358061123; Tue, 16 Feb 2010 14:07:41 -0800 (PST) In-Reply-To: <87r5olfhz9.fsf@steelpick.localdomain> References: <87ljf8pvxx.fsf@yoom.home.cworth.org> <87hbpwpoko.fsf@yoom.home.cworth.org> <5641883d1002060727ia4e6c16lf800a92fc8735430@mail.gmail.com> <201002081614.24284.sojkam1@fel.cvut.cz> <871vgr78lr.fsf@yoom.home.cworth.org> <87iqa2y0gz.fsf@steelpick.localdomain> <87r5oqe7mi.fsf@yoom.home.cworth.org> <871vgmki4f.fsf@steelpick.localdomain> <87r5olfhz9.fsf@steelpick.localdomain> From: Avery Pennarun Date: Tue, 16 Feb 2010 17:07:21 -0500 Message-ID: <32541b131002161407k69c1a2batb992b75775fbd472@mail.gmail.com> To: Michal Sojka Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 16 Feb 2010 21:15:28 -0800 Cc: notmuch@notmuchmail.org, git@vger.kernel.org, Junio C Hamano , Jakub Narebski Subject: Re: [notmuch] Using test-lib.sh under GPLv3? 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, 16 Feb 2010 22:07:43 -0000 On Tue, Feb 16, 2010 at 8:06 AM, Michal Sojka wrote: > On Tue, 16 Feb 2010 02:27:37 -0800 (PST), Jakub Narebski wrote: >> Michal Sojka writes: >> >> > I like the simple and powerful test suite used by Git and I would like >> > to use something like that in Notmuch project (http://notmuchmail.org/= ). >> > [...] >> >> Have you thought about using TAP (Test Anything Protocol) format for >> your testsuite? =A0Its page (http://testanything.org) has a TAP-producin= g >> bash library: http://testanything.org/wiki/index.php/Tap-functions > > Yes, somebody has mentiond TAP on notmuch list. From a quick look at TAP > shell library it seems to me a bit more complex then git's library and > it also requires bash. > > If we need to use some TAP-based tools, we could easily change the > output of git's library to conform to TAP. Right? Another TAP-like option is wvtest: http://github.com/apenwarr/wvtest It's LGPLv2. Have fun, Avery