Re: [PATCH 2/3] test: fix typo in informational message
authorDavid Bremner <david@tethera.net>
Sat, 13 Feb 2016 16:44:27 +0000 (12:44 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:06 +0000 (16:21 -0700)
16/fa38c5ca84d4b21305dafd848f8d65bdaa1aa1 [new file with mode: 0644]

diff --git a/16/fa38c5ca84d4b21305dafd848f8d65bdaa1aa1 b/16/fa38c5ca84d4b21305dafd848f8d65bdaa1aa1
new file mode 100644 (file)
index 0000000..2d45dee
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D38F96DE1903\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Feb 2016 08:44:30 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.307\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id RRlpTrwoxa5c for <notmuch@notmuchmail.org>;\r
+ Sat, 13 Feb 2016 08:44:29 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 3AFF96DE13DC\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Feb 2016 08:44:29 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aUdIR-0003zU-3i; Sat, 13 Feb 2016 11:43:47 -0500\r
+Received: (nullmailer pid 8899 invoked by uid 1000);\r
+ Sat, 13 Feb 2016 16:44:27 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/3] test: fix typo in informational message\r
+In-Reply-To: <1454068393-5406-3-git-send-email-david@tethera.net>\r
+References: <1454068393-5406-1-git-send-email-david@tethera.net>\r
+ <1454068393-5406-3-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 13 Feb 2016 12:44:27 -0400\r
+Message-ID: <87ziv47e6s.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 13 Feb 2016 16:44:30 -0000\r
+\r
+David Bremner <david@tethera.net> writes:\r
+\r
+> Thanks to Olly Betts for noticing\r
+> ---\r
+>  test/Makefile.local | 2 +-\r
+>  1 file changed, 1 insertion(+), 1 deletion(-)\r
+>\r
+> diff --git a/test/Makefile.local b/test/Makefile.local\r
+> index 2b18691..30d420e 100644\r
+> --- a/test/Makefile.local\r
+> +++ b/test/Makefile.local\r
+> @@ -57,7 +57,7 @@ test-binaries: $(TEST_BINARIES)\r
+>  \r
+>  test:       all test-binaries\r
+>  ifeq ($V,)\r
+> -    @echo 'Use "$(MAKE) V=1" to print test headings and PASSIng results.'\r
+> +    @echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.'\r
+>      @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)\r
+>  else\r
+>  # The user has explicitly enabled quiet execution.\r
+> -- \r
+> 2.6.4\r
+\r
+pushed.\r
+\r
+d\r