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 8A42E11DFB for ; Mon, 16 Jun 2014 22:52:49 +0000 (UTC) Received: (qmail 98158 invoked by uid 500); 16 Jun 2014 22:52:43 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 98027 invoked by uid 500); 16 Jun 2014 22:52:43 -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 96823 invoked by uid 99); 16 Jun 2014 22:52:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 22:52:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 33BA3941781; Mon, 16 Jun 2014 22:52:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 16 Jun 2014 22:53:15 -0000 Message-Id: In-Reply-To: <86731430c5194546a2188404fdce3eb5@git.apache.org> References: <86731430c5194546a2188404fdce3eb5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/50] couchdb commit: updated refs/heads/1963-eunit to bfb7eb9 Run couchdb tests with eunit Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a5d8147f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a5d8147f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a5d8147f Branch: refs/heads/1963-eunit Commit: a5d8147f93d90c36645571688c53663d953ac428 Parents: e03415b Author: Alexander Shorin Authored: Mon Jun 16 16:05:47 2014 +0400 Committer: Alexander Shorin Committed: Tue Jun 17 01:42:12 2014 +0400 ---------------------------------------------------------------------- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a5d8147f/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 413c1a8..27405d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ THANKS.gz: THANKS check: dev check-js if TESTS - $(top_builddir)/test/etap/run $(top_srcdir)/test/etap + $(top_builddir)/test/couchdb/run -v $(top_srcdir)/test/couchdb endif check-js: dev