[PATCH 1/3] test: add functions to count how much times notmuch was called
[notmuch-archives.git] / 48 / b994f0cc01ca864db2207e6f5e49e75aa031be
1 Return-Path: <bremner@unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id B9381429E25\r
6         for <notmuch@notmuchmail.org>; Fri, 18 Nov 2011 11:28:23 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id ar-6aYymDb2A for <notmuch@notmuchmail.org>;\r
16         Fri, 18 Nov 2011 11:28:23 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 1F3BC431FD0\r
21         for <notmuch@notmuchmail.org>; Fri, 18 Nov 2011 11:28:23 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAIJSHhT008649;\r
24         Fri, 18 Nov 2011 15:28:17 -0400\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1RRU6j-00042Z-PN; Fri, 18 Nov 2011 15:28:17 -0400\r
28 From: David Bremner <david@tethera.net>\r
29 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH] test: make all tests terminable with Ctrl-c\r
31 In-Reply-To: <yf6obwm1u26.fsf@taco2.nixu.fi>\r
32 References: <yf6obwm1u26.fsf@taco2.nixu.fi>\r
33 User-Agent: Notmuch/0.10~rc1+12~g53b921d (http://notmuchmail.org) Emacs/23.3.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Fri, 18 Nov 2011 15:28:17 -0400\r
36 Message-ID: <87k46xgrhq.fsf@convex-new.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Fri, 18 Nov 2011 19:28:23 -0000\r
52 \r
53 On Tue, 08 Nov 2011 18:02:25 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
54 > Some tests don't break when HUP signal is sent tho those (by\r
55 > pressing ctrl-c on the terminal). Therefore, the top-level\r
56 > test script catches the HUP and sends TERM signal to the\r
57 > started test script.\r
58 \r
59 Pushed to master\r
60 \r
61 d\r