From: David Bremner Date: Sat, 13 Feb 2016 16:44:27 +0000 (+2000) Subject: Re: [PATCH 2/3] test: fix typo in informational message X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e950e0576a03bba97a37211c7b8e21866a303a3;p=notmuch-archives.git Re: [PATCH 2/3] test: fix typo in informational message --- diff --git a/16/fa38c5ca84d4b21305dafd848f8d65bdaa1aa1 b/16/fa38c5ca84d4b21305dafd848f8d65bdaa1aa1 new file mode 100644 index 000000000..2d45deed3 --- /dev/null +++ b/16/fa38c5ca84d4b21305dafd848f8d65bdaa1aa1 @@ -0,0 +1,76 @@ +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 D38F96DE1903 + for ; Sat, 13 Feb 2016 08:44:30 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.307 +X-Spam-Level: +X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244, + RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 RRlpTrwoxa5c for ; + Sat, 13 Feb 2016 08:44:29 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 3AFF96DE13DC + for ; Sat, 13 Feb 2016 08:44:29 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aUdIR-0003zU-3i; Sat, 13 Feb 2016 11:43:47 -0500 +Received: (nullmailer pid 8899 invoked by uid 1000); + Sat, 13 Feb 2016 16:44:27 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH 2/3] test: fix typo in informational message +In-Reply-To: <1454068393-5406-3-git-send-email-david@tethera.net> +References: <1454068393-5406-1-git-send-email-david@tethera.net> + <1454068393-5406-3-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sat, 13 Feb 2016 12:44:27 -0400 +Message-ID: <87ziv47e6s.fsf@zancas.localnet> +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: Sat, 13 Feb 2016 16:44:30 -0000 + +David Bremner writes: + +> Thanks to Olly Betts for noticing +> --- +> test/Makefile.local | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) +> +> diff --git a/test/Makefile.local b/test/Makefile.local +> index 2b18691..30d420e 100644 +> --- a/test/Makefile.local +> +++ b/test/Makefile.local +> @@ -57,7 +57,7 @@ test-binaries: $(TEST_BINARIES) +> +> test: all test-binaries +> ifeq ($V,) +> - @echo 'Use "$(MAKE) V=1" to print test headings and PASSIng results.' +> + @echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.' +> @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS) +> else +> # The user has explicitly enabled quiet execution. +> -- +> 2.6.4 + +pushed. + +d