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 9F34C11D5C for ; Fri, 29 Aug 2014 20:46:02 +0000 (UTC) Received: (qmail 92445 invoked by uid 500); 29 Aug 2014 20:46:02 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 92323 invoked by uid 500); 29 Aug 2014 20:46:02 -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 92029 invoked by uid 99); 29 Aug 2014 20:46:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 20:46:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E47709A8DAA; Fri, 29 Aug 2014 20:46:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chewbranca@apache.org To: commits@couchdb.apache.org Date: Fri, 29 Aug 2014 20:46:11 -0000 Message-Id: <65c8c0cc3a294d7cbac28311b45279f4@git.apache.org> In-Reply-To: <5d3c95a1c7e24bfab59866e46333aad2@git.apache.org> References: <5d3c95a1c7e24bfab59866e46333aad2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/13] couchdb commit: updated refs/heads/1963-eunit-bigcouch to 36bd96a Disable problematic tests Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/63703d7e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/63703d7e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/63703d7e Branch: refs/heads/1963-eunit-bigcouch Commit: 63703d7e43d2d45531834edc2d844eb9685d6c96 Parents: 3b2c3f5 Author: Russell Branca Authored: Fri Aug 29 12:34:43 2014 -0700 Committer: Russell Branca Committed: Fri Aug 29 13:35:33 2014 -0700 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/63703d7e/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 042af99..1f9a54c 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ docker: eunit: export BUILDDIR = $(shell pwd) eunit: @rebar setup_eunit - @rebar eunit skip_deps=meck,mochiweb,lager + @rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric javascript: @dev/run test/javascript/run