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 75212431FD0 for ; Wed, 28 Dec 2011 08:18:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 kE8P9fv9b5oD for ; Wed, 28 Dec 2011 08:18:56 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C71AE431FB6 for ; Wed, 28 Dec 2011 08:18:55 -0800 (PST) Received: by wibhq2 with SMTP id hq2so6874021wib.26 for ; Wed, 28 Dec 2011 08:18:53 -0800 (PST) Received: by 10.180.93.193 with SMTP id cw1mr37203159wib.5.1325089133157; Wed, 28 Dec 2011 08:18:53 -0800 (PST) Received: from hotblack-desiato.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) by mx.google.com with ESMTPS id w8sm75701316wiz.4.2011.12.28.08.18.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 08:18:52 -0800 (PST) Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) id 1DAAFA04BC; Wed, 28 Dec 2011 16:18:50 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH 1/2] test-lib: Use --no-window-system in run_emacs to help diagnose problems. Date: Wed, 28 Dec 2011 16:18:47 +0000 Message-Id: <1325089128-32010-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.7.3 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: Wed, 28 Dec 2011 16:18:56 -0000 --- test/test-lib.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index b5e346c..41a3144 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -898,6 +898,7 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG # --load Force loading of notmuch.el and test-lib.el exec emacs --no-init-file --no-site-file \ + --no-window-system \ --directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \ --directory "$TEST_DIRECTORY" --load test-lib.el \ "\$@" @@ -917,7 +918,6 @@ test_emacs () { # VT100-compatible terminal -- and emacs inherits that TERM=$ORIGINAL_TERM dtach -n "$TEST_TMPDIR/emacs-dtach-socket.$$" \ sh -c "stty rows 24 cols 80; exec '$TMP_DIRECTORY/run_emacs' \ - --no-window-system \ --eval '(setq server-name \"$server_name\")' \ --eval '(server-start)' \ --eval '(orphan-watchdog $$)'" || return -- 1.7.7.3