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 60964431FBC for ; Tue, 24 Jan 2012 08:20:57 -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 fMiZEVGsY-pq for ; Tue, 24 Jan 2012 08:20:56 -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 9D179431FB6 for ; Tue, 24 Jan 2012 08:20:56 -0800 (PST) Received: by bkbzt19 with SMTP id zt19so2536812bkb.26 for ; Tue, 24 Jan 2012 08:20:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=eg8+gNkve2DvDWVZlnwQgglHV97SaP+TyBL7zOrDnHE=; b=ammgibUENc88BGRU6ReY1y9ElrM2DDU6/UY71YS8VjG7VU0KUL1g107Q7o1PryKQCa Kvs/4McK7Sx+4XBVlx5bSBZzGE/Fv1EUMn6w1G4R/dfUc2XrueX/LuVxLDDatGYn1LxU 3+cEyIiXMnQZC8RmI1IkZMy/A+6DDMduNz/6E= Received: by 10.205.138.136 with SMTP id is8mr5363527bkc.72.1327422053030; Tue, 24 Jan 2012 08:20:53 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id sp6sm37404455bkb.2.2012.01.24.08.20.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jan 2012 08:20:51 -0800 (PST) From: Dmitry Kurochkin To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH 0/4 v43] emacs test helpers In-Reply-To: <1327421647-30405-1-git-send-email-dme@dme.org> References: <1326804748-8989-2-git-send-email-dme@dme.org> <1327421647-30405-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.11+100~gd650abf (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Tue, 24 Jan 2012 20:19:45 +0400 Message-ID: <87y5sxkr8e.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 24 Jan 2012 16:20:57 -0000 On Tue, 24 Jan 2012 16:14:03 +0000, David Edmondson wrote: > Small changes as per Dmitry's last comments. > LGTM Regards, Dmitry > David Edmondson (4): > test: Don't return the result of checking for running emacs to the > tester. > test: Add `test_emacs_expect_t'. > test: Add more helpers for emacs tests. > test: Add address cleaning tests. > > test/README | 8 ++++++++ > test/emacs-address-cleaning.el | 29 +++++++++++++++++++++++++++++ > test/emacs-address-cleaning.sh | 19 +++++++++++++++++++ > test/emacs-test-functions.sh | 9 +++++++++ > test/notmuch-test | 2 ++ > test/test-lib.el | 35 +++++++++++++++++++++++++++++++++++ > test/test-lib.sh | 31 ++++++++++++++++++++++++++++++- > 7 files changed, 132 insertions(+), 1 deletions(-) > create mode 100644 test/emacs-address-cleaning.el > create mode 100755 test/emacs-address-cleaning.sh > create mode 100755 test/emacs-test-functions.sh > > -- > 1.7.8.3 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch