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 6084F431FBF for ; Tue, 16 Feb 2010 05:06:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.503 X-Spam-Level: X-Spam-Status: No, score=-1.503 tagged_above=-999 required=5 tests=[AWL=-0.393, 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 PuqxgzR8DBDk for ; Tue, 16 Feb 2010 05:06:11 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 598A1431FAE for ; Tue, 16 Feb 2010 05:06:11 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 98FB219F33D8; Tue, 16 Feb 2010 14:06:10 +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 9ppb7-KB9n6V; Tue, 16 Feb 2010 14:06:06 +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 06D6C19F33CD; Tue, 16 Feb 2010 14:06:05 +0100 (CET) Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 42F61FA003; Tue, 16 Feb 2010 14:06:02 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1NhN7q-00058X-4C; Tue, 16 Feb 2010 14:06:02 +0100 From: Michal Sojka To: Jakub Narebski In-Reply-To: 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> Date: Tue, 16 Feb 2010 14:06:02 +0100 Message-ID: <87r5olfhz9.fsf@steelpick.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org, git@vger.kernel.org, Junio C Hamano 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 13:06:12 -0000 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? Its page (http://testanything.org) has a TAP-producing > 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? Michal