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 4D399431FB6 for ; Mon, 16 Jan 2012 09:17:18 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.54 X-Spam-Level: X-Spam-Status: No, score=-0.54 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_BL_SPAMCOP_NET=1.246, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_SORBS_WEB=0.614] 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 6OkqHWqEuYcs for ; Mon, 16 Jan 2012 09:17:16 -0800 (PST) Received: from cliffclavin.cs.rpi.edu (cliffclavin.cs.rpi.edu [128.113.126.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5EDA0431FAF for ; Mon, 16 Jan 2012 09:17:16 -0800 (PST) X-Hash: S|403ba4ee87cd037531d7de552f2a9d2c3490a1cf|e07c80ab47bb7ab97936a932707a97a6 X-Countries: Cameroon, United States X-SMTP-From: accepted [195.24.209.20] [195.24.209.20] (localhost) {Cameroon} DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=cs.rpi.edu; h=from :to:cc:subject:date:message-id; s=default; i=glasse@cs.rpi.edu; t=1326734234; x=1327339034; l=1120; bh=1V2LR+iREGftuy0mNNjgLZX4 OPY=; b=YKZOICvZwdvkXqfUBwjFPngfaY4jWp/xRv7fZTTrOSLPED7NZCmO8+CM Hfwdw5T75KNzvgBqUhQwYJ4o5TIbjvz+UsIOVbk1p/od4gFL5QE0n11weqfMjmOH val8+o2SnfPwjcyxIktDJgY5+RK90uQNmUA9IC6YtcYPGXgh5+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cs.rpi.edu; h=from:to:cc :subject:date:message-id; q=dns; s=default; b=g+CRPanrzinhTxdBu2 gYE2ooDkyEu+zXjZL45lKdj8fUA2yMAOkFruB/YJX/9dIJYY1O/cluzW8Y6XOoYy UFRl4wfWZ0U9ab2OBjmok/pTNJAKhEWV4vVGKalBhAR1z7c/Eu4GDjfFzI/5wObd wUMoMULgmsXIfFs2CV4PTJpG8= X-Spam-Info: -2.7; ALL_TRUSTED,AWL,BAYES_00 X-Spam-Scanned-By: cliffclavin.cs.rpi.edu using SpamAssassin 3.2.5 (hard limit 15) Authentication-Results: cliffclavin.cs.rpi.edu; DKIM=neutral (none) header.from=glasse@cs.rpi.edu; SPF=neutral (mfrom; Mechanism '?all' matched) smtp.mail=glasse@cs.rpi.edu X-Auth-Passed: cliffclavin.cs.rpi.edu:q0GHGpAV038296 Auth:glasse X-Virus-Scanned-By: cliffclavin.cs.rpi.edu Received: from localhost ([195.24.209.20]) (authenticated bits=0) by cliffclavin.cs.rpi.edu (8.14.3/8.14.3) with ESMTP id q0GHGpAV038296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 16 Jan 2012 12:17:09 -0500 (EST) (envelope-from glasse@cs.rpi.edu) From: Ethan Glasser-Camp To: notmuch@notmuchmail.org Subject: [PATCH] Document the dependency on dtach in the test suite Date: Mon, 16 Jan 2012 12:16:08 -0500 Message-Id: <1326734168-21064-1-git-send-email-glasse@cs.rpi.edu> X-Mailer: git-send-email 1.7.5.4 X-Scanned-By: MIMEDefang 2.67 on 128.113.126.25 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:17:18 -0000 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. 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