You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/06/17 00:53:22 UTC

[41/50] couchdb commit: updated refs/heads/1963-eunit to bfb7eb9

Run couch_mrview 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/6eac98de
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6eac98de
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6eac98de

Branch: refs/heads/1963-eunit
Commit: 6eac98de0a0fb9427994ba80cfca5760ca55e8be
Parents: fed4311
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Jun 12 02:45:44 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Tue Jun 17 02:50:21 2014 +0400

----------------------------------------------------------------------
 src/couch_mrview/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6eac98de/src/couch_mrview/Makefile.am
----------------------------------------------------------------------
diff --git a/src/couch_mrview/Makefile.am b/src/couch_mrview/Makefile.am
index 0f140aa..b9abe28 100644
--- a/src/couch_mrview/Makefile.am
+++ b/src/couch_mrview/Makefile.am
@@ -58,7 +58,7 @@ CLEANFILES = $(compiled_files)
 
 check:
 if TESTS
-	$(abs_top_builddir)/test/etap/run $(abs_top_srcdir)/src/couch_mrview/test
+	$(abs_top_builddir)/test/couchdb/run -v $(abs_top_srcdir)/src/couch_mrview/test
 endif
 
 ebin/%.app: src/%.app.src