From: David Bremner Date: Fri, 25 Sep 2015 11:51:56 +0000 (+2100) Subject: Re: [PATCH] make test: NOTMUCH_TEST_QUIET=1 is now the default X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0411a6af2693a284319d178e6bee097669d0385;p=notmuch-archives.git Re: [PATCH] make test: NOTMUCH_TEST_QUIET=1 is now the default --- diff --git a/ea/ee2eb78cbcee1f376bdd63c0a51fd08a6174eb b/ea/ee2eb78cbcee1f376bdd63c0a51fd08a6174eb new file mode 100644 index 000000000..63e885b2e --- /dev/null +++ b/ea/ee2eb78cbcee1f376bdd63c0a51fd08a6174eb @@ -0,0 +1,57 @@ +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 C91006DE0B7C + for ; Fri, 25 Sep 2015 04:53:19 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.113 +X-Spam-Level: +X-Spam-Status: No, score=0.113 tagged_above=-999 required=5 tests=[AWL=0.113] + 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 2uYA8EkZxWYb for ; + Fri, 25 Sep 2015 04:53:18 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id D35A56DE093A + for ; Fri, 25 Sep 2015 04:53:16 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZfRXz-0004mN-L1; Fri, 25 Sep 2015 11:52:15 +0000 +Received: (nullmailer pid 3442 invoked by uid 1000); Fri, 25 Sep 2015 + 11:51:56 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] make test: NOTMUCH_TEST_QUIET=1 is now the default +In-Reply-To: <1442004251-32325-1-git-send-email-tomi.ollila@iki.fi> +References: <1442004251-32325-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 25 Sep 2015 08:51:56 -0300 +Message-ID: <8737y23eeb.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Fri, 25 Sep 2015 11:53:19 -0000 + +Tomi Ollila writes: + +> make test V=1 (or any other value than 0) and make test V=0 +> works similar way as build in general + +pushed, + +d