Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 353B174AF for ; Wed, 26 Oct 2011 18:09:01 +0000 (UTC) Received: (qmail 38123 invoked by uid 500); 26 Oct 2011 18:09:01 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 38092 invoked by uid 500); 26 Oct 2011 18:09:01 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 38085 invoked by uid 99); 26 Oct 2011 18:09:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 18:09:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 18:08:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EBDFC544B7; Wed, 26 Oct 2011 18:05:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kocolosk@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [45/50] git commit: Disable verbose output for mrview tests. Message-Id: <20111026180533.EBDFC544B7@tyr.zones.apache.org> Date: Wed, 26 Oct 2011 18:05:33 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Disable verbose output for mrview tests. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1173431 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ad858834 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ad858834 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ad858834 Branch: refs/heads/1319-large-headers-are-corrupted Commit: ad858834ffdcc9fcdcfc469e7385651a41358a54 Parents: bfa0a89 Author: Paul Joseph Davis Authored: Wed Sep 21 00:02:23 2011 +0000 Committer: Paul Joseph Davis Committed: Wed Sep 21 00:02:23 2011 +0000 ---------------------------------------------------------------------- src/couch_mrview/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ad858834/src/couch_mrview/Makefile.am ---------------------------------------------------------------------- diff --git a/src/couch_mrview/Makefile.am b/src/couch_mrview/Makefile.am index 2290dd5..b544cb7 100644 --- a/src/couch_mrview/Makefile.am +++ b/src/couch_mrview/Makefile.am @@ -57,7 +57,7 @@ EXTRA_DIST = $(include_files) $(source_files) $(test_files) CLEANFILES = $(compiled_files) check: - $(abs_top_builddir)/test/etap/run -v $(abs_top_srcdir)/src/couch_mrview/test + $(abs_top_builddir)/test/etap/run $(abs_top_srcdir)/src/couch_mrview/test ebin/%.app: src/%.app.src @mkdir -p ebin/