[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.
[notmuch-archives.git] / f0 / 68b08baa0845108c74e22be1d84399c0815cfd
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 A2F77429E3B\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 06:07:12 -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 PrIxbBe8IOBS for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Jan 2012 06:07:12 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  ED315429E35    for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 06:07:11 -0800\r
21  (PST)\r
22 Received: by wgbdr13 with SMTP id dr13so1279246wgb.2\r
23         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 06:07:10 -0800 (PST)\r
24 Received: by 10.180.87.100 with SMTP id w4mr2338989wiz.13.1326809230559;\r
25         Tue, 17 Jan 2012 06:07:10 -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 di5sm44421148wib.3.2012.01.17.06.07.06\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Tue, 17 Jan 2012 06:07:09 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 9D936A0048; Tue, 17 Jan 2012 14:07:05 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 1/3] test: Don't return the result of checking for running\r
36         emacs to the tester.\r
37 Date: Tue, 17 Jan 2012 14:07:02 +0000\r
38 Message-Id: <1326809224-22673-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.7.3\r
40 In-Reply-To: <87pqei327k.fsf@gmail.com>\r
41 References: <87pqei327k.fsf@gmail.com>\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: Tue, 17 Jan 2012 14:07:13 -0000\r
55 \r
56 ---\r
57  test/test-lib.sh |    2 +-\r
58  1 files changed, 1 insertions(+), 1 deletions(-)\r
59 \r
60 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
61 index d1fbc05..7c9ce24 100644\r
62 --- a/test/test-lib.sh\r
63 +++ b/test/test-lib.sh\r
64 @@ -926,7 +926,7 @@ test_emacs () {\r
65                                 --eval '(orphan-watchdog $$)'" || return\r
66                 EMACS_SERVER="$server_name"\r
67                 # wait until the emacs server is up\r
68 -               until test_emacs '()' 2>/dev/null; do\r
69 +               until test_emacs '()' >/dev/null 2>/dev/null; do\r
70                         sleep 1\r
71                 done\r
72         fi\r
73 -- \r
74 1.7.7.3\r
75 \r