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 2015/12/03 00:02:41 UTC

[41/50] couchdb commit: updated refs/heads/1.x.x to 921006f

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

Branch: refs/heads/1.x.x
Commit: e3ab316ba18e04abd9677fe904de6bb17a44983f
Parents: 1649e68
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Jun 12 02:45:44 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Dec 3 00:52:10 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e3ab316b/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