[PATCH] contrib: pick: remove some debug timing messages
[notmuch-archives.git] / b7 / 9d7b5565075de1de04628c3a52d24db8c91d08
1 Return-Path: <dme@dme.org>\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 9CE58429E25\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 08:18:57 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 7nPTf4i78icH for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Dec 2011 08:18:57 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 03AA1431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 08:18:56 -0800 (PST)\r
22 Received: by werm12 with SMTP id m12so7317683wer.26\r
23         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 08:18:54 -0800 (PST)\r
24 Received: by 10.216.133.104 with SMTP id p82mr18153612wei.6.1325089134451;\r
25         Wed, 28 Dec 2011 08:18:54 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id z5sm75697894wix.5.2011.12.28.08.18.52\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 28 Dec 2011 08:18:53 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 3B630A091B; Wed, 28 Dec 2011 16:18:51 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 2/2] test-lib: Allow the user to override which emacs binary\r
36         is used.\r
37 Date: Wed, 28 Dec 2011 16:18:48 +0000\r
38 Message-Id: <1325089128-32010-2-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.7.3\r
40 In-Reply-To: <1325089128-32010-1-git-send-email-dme@dme.org>\r
41 References: <1325089128-32010-1-git-send-email-dme@dme.org>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 28 Dec 2011 16:18:57 -0000\r
55 \r
56 Specify when running the tests:\r
57         make EMACS=emacs23 test\r
58 ---\r
59  test/test-lib.sh |    2 +-\r
60  1 files changed, 1 insertions(+), 1 deletions(-)\r
61 \r
62 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
63 index 41a3144..53aa885 100644\r
64 --- a/test/test-lib.sh\r
65 +++ b/test/test-lib.sh\r
66 @@ -897,7 +897,7 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG\r
67  #\r
68  # --load               Force loading of notmuch.el and test-lib.el\r
69  \r
70 -exec emacs --no-init-file --no-site-file \\r
71 +exec ${EMACS:-emacs} --no-init-file --no-site-file \\r
72         --no-window-system \\r
73         --directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \\r
74         --directory "$TEST_DIRECTORY" --load test-lib.el \\r
75 -- \r
76 1.7.7.3\r
77 \r