From d9d2e010e618c099e1fd95f75cc00da63091a7ae Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 9 Aug 2016 09:49:43 +0900 Subject: [PATCH] Re: [PATCH] test: make gdb even quieter --- f0/9ea0530e0dae4cdb0634945bd078458850e9d1 | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 f0/9ea0530e0dae4cdb0634945bd078458850e9d1 diff --git a/f0/9ea0530e0dae4cdb0634945bd078458850e9d1 b/f0/9ea0530e0dae4cdb0634945bd078458850e9d1 new file mode 100644 index 000000000..8de9fc87f --- /dev/null +++ b/f0/9ea0530e0dae4cdb0634945bd078458850e9d1 @@ -0,0 +1,59 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 99F2B6DE0188 + for ; Mon, 8 Aug 2016 17:50:05 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.008 +X-Spam-Level: +X-Spam-Status: No, score=-0.008 tagged_above=-999 required=5 tests=[AWL=0.003, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id kcMK9AlgvfiW for ; + Mon, 8 Aug 2016 17:49:58 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 94CAC6DE026C + for ; Mon, 8 Aug 2016 17:49:47 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) + (envelope-from ) + id 1bWvF3-0007Qt-NJ; Mon, 08 Aug 2016 20:50:01 -0400 +Received: (nullmailer pid 24071 invoked by uid 1000); + Tue, 09 Aug 2016 00:49:43 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] test: make gdb even quieter +In-Reply-To: <1467148134-11748-1-git-send-email-david@tethera.net> +References: <1467148134-11748-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 09 Aug 2016 09:49:43 +0900 +Message-ID: <87mvkmu5p4.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Tue, 09 Aug 2016 00:50:05 -0000 + +David Bremner writes: + +> gdb sometimes writes warnings to stdout, which we don't need/want, and +> for some reason --batch-silent isn't enough to hide. So in this commit +> we write them to a log file, which is probably better for debugging +> anyway. To see an illustrative test failure before this change, run + +pushed, + +d -- 2.26.2