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 4430D431FB6 for ; Mon, 16 Jan 2012 09:56:18 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 oUbbL2Yv3mR0 for ; Mon, 16 Jan 2012 09:56:17 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7B68F431FAF for ; Mon, 16 Jan 2012 09:56:17 -0800 (PST) Received: by bkat2 with SMTP id t2so4914726bka.26 for ; Mon, 16 Jan 2012 09:56:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=Uyt/Sya8BL/quBjMgR9v1GQln5UWoi139rBaQAjtAjk=; b=R4kIV7Z1SggkMUiijb2iZbTzpVEKKjJrKoFKSNszsjUZjsoeOFnMFNdM8K9F8v3TEP zkgQHVM9QMECJ3yuoh16Xy+xZGdzpxlDmthQnphBbeGDsmqn0ofWcIDf26eiwBaRHJwB MJVmT2sVGblakO7AOLmk1BKqpbQ7+QX4ZRsU0= Received: by 10.204.157.130 with SMTP id b2mr3889916bkx.22.1326736576273; Mon, 16 Jan 2012 09:56:16 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id b9sm41089694bks.6.2012.01.16.09.56.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 09:56:15 -0800 (PST) From: Dmitry Kurochkin To: Ethan Glasser-Camp , notmuch@notmuchmail.org Subject: Re: [PATCH] Document the dependency on dtach in the test suite In-Reply-To: <1326734168-21064-1-git-send-email-glasse@cs.rpi.edu> References: <1326734168-21064-1-git-send-email-glasse@cs.rpi.edu> User-Agent: Notmuch/0.11+68~gab6495e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 16 Jan 2012 21:55:22 +0400 Message-ID: <87d3aj8rcl.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ethan Glasser-Camp 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, 16 Jan 2012 17:56:18 -0000 On Mon, 16 Jan 2012 12:16:08 -0500, Ethan Glasser-Camp wrote: > From: Ethan Glasser-Camp > > dtach (and before that, screen) are used to run emacs with more > verisimilitude, but this is only mentioned in the NEWS. Mention this > in the test/README file, to make it easier to find out why a bunch of > tests are failing/skipped. > Can you please add other prerequisites as well? There is gpg and probably more. Can we just make it an alphabetically-sorted list? That would make it easier to read and add more dependencies in the future. I.e.: Some tests require the following external dependencies to run: * emacs(1) * emacsclient(1) ... Regards, Dmitry > Signed-off-by: Ethan Glasser-Camp > --- > > Just cutting my teeth on the codebase, and it took me a little while > to figure this out, so I thought I'd document it. > > test/README | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/test/README b/test/README > index bde6db0..29afb3b 100644 > --- a/test/README > +++ b/test/README > @@ -6,6 +6,11 @@ When fixing bugs or enhancing notmuch, you are strongly encouraged to > add tests in this directory to cover what you are trying to fix or > enhance. > > +Prerequisites > +------------- > +emacs is run within dtach, so you need to have that installed to run > +emacs tests (or crypto tests, which rely on emacs to run). > + > Running Tests > ------------- > The easiest way to run tests is to say "make test", (or simply run the > -- > 1.7.5.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch