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 6D236431FD0 for ; Fri, 13 May 2011 01:17:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 7aVJYuJOaBib for ; Fri, 13 May 2011 01:17:34 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 91458431FB6 for ; Fri, 13 May 2011 01:17:34 -0700 (PDT) Received: by wyi11 with SMTP id 11so1911216wyi.26 for ; Fri, 13 May 2011 01:17:33 -0700 (PDT) Received: by 10.227.27.98 with SMTP id h34mr1083061wbc.113.1305274652775; Fri, 13 May 2011 01:17:32 -0700 (PDT) Received: from localhost (54.209-242-81.adsl-dyn.isp.belgacom.be [81.242.209.54]) by mx.google.com with ESMTPS id bo14sm792665wbb.11.2011.05.13.01.17.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 May 2011 01:17:32 -0700 (PDT) From: Pieter Praet To: Notmuch Mail Subject: [PATCH 0/4] set test prereqs (Emacs, GDB, GPG) Date: Fri, 13 May 2011 10:17:12 +0200 Message-Id: <1305274636-19975-1-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.4.1 References: Cc: Austin Clements 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: Fri, 13 May 2011 08:17:35 -0000 The atomicity tests were failing here because I didn't have GDB installed, so I've added it as a prereq. While I was at it, I "fixed" the crypto and emacs tests as well. Thank Austin for providing me with a hammer (I was using a brick) [1]. (!) Depends: - "[PATCH] test: Fix message when skipping test_expect_equal* tests" [2] - "[PATCH] test: Report test failures from test_expect_*" [3] Pieter Praet (4): test: add 'GDB' prereq to 'atomicity' tests test: add 'GPG' prereq to 'crypto' tests test: add 'Emacs' prereq to 'emacs' tests test: add 'Emacs' prereq to 'emacs-large-search-buffer' tests test/atomicity | 10 ++++++++-- test/crypto | 30 ++++++++++++++++++------------ test/emacs | 40 +++++++++++++++++++++++----------------- test/emacs-large-search-buffer | 9 +++++++-- 4 files changed, 56 insertions(+), 33 deletions(-) -- 1.7.4.1 [1] id:"BANLkTi=iz6F+1-WQ5KDno6N-MF=dQeTbEA@mail.gmail.com" [2] id:"1305206080-17461-1-git-send-email-amdragon@mit.edu" [3] id:"1305206110-17511-1-git-send-email-amdragon@mit.edu"