Re: [PATCH] debian: package ruby bindings
[notmuch-archives.git] / 63 / 3ca0e3278dee3ee80cf4e18b98f243c3f88eeb
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 75212431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 08:18:56 -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 kE8P9fv9b5oD for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Dec 2011 08:18:56 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.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 C71AE431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 08:18:55 -0800 (PST)\r
22 Received: by wibhq2 with SMTP id hq2so6874021wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 08:18:53 -0800 (PST)\r
24 Received: by 10.180.93.193 with SMTP id cw1mr37203159wib.5.1325089133157;\r
25         Wed, 28 Dec 2011 08:18:53 -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 w8sm75701316wiz.4.2011.12.28.08.18.51\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 28 Dec 2011 08:18:52 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 1DAAFA04BC; Wed, 28 Dec 2011 16:18:50 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 1/2] test-lib: Use --no-window-system in run_emacs to help\r
36         diagnose problems.\r
37 Date: Wed, 28 Dec 2011 16:18:47 +0000\r
38 Message-Id: <1325089128-32010-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.7.3\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 28 Dec 2011 16:18:56 -0000\r
53 \r
54 ---\r
55  test/test-lib.sh |    2 +-\r
56  1 files changed, 1 insertions(+), 1 deletions(-)\r
57 \r
58 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
59 index b5e346c..41a3144 100644\r
60 --- a/test/test-lib.sh\r
61 +++ b/test/test-lib.sh\r
62 @@ -898,6 +898,7 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG\r
63  # --load               Force loading of notmuch.el and test-lib.el\r
64  \r
65  exec emacs --no-init-file --no-site-file \\r
66 +       --no-window-system \\r
67         --directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \\r
68         --directory "$TEST_DIRECTORY" --load test-lib.el \\r
69         "\$@"\r
70 @@ -917,7 +918,6 @@ test_emacs () {\r
71                 # VT100-compatible terminal -- and emacs inherits that\r
72                 TERM=$ORIGINAL_TERM dtach -n "$TEST_TMPDIR/emacs-dtach-socket.$$" \\r
73                         sh -c "stty rows 24 cols 80; exec '$TMP_DIRECTORY/run_emacs' \\r
74 -                               --no-window-system \\r
75                                 --eval '(setq server-name \"$server_name\")' \\r
76                                 --eval '(server-start)' \\r
77                                 --eval '(orphan-watchdog $$)'" || return\r
78 -- \r
79 1.7.7.3\r
80 \r