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:40 UTC

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

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

Branch: refs/heads/1.x.x
Commit: 05a6fee690cd423df0ff509d5be327e142236360
Parents: 635e2e4
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Jun 17 01:27:39 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Dec 3 00:52:10 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/05a6fee6/src/couch_replicator/Makefile.am
----------------------------------------------------------------------
diff --git a/src/couch_replicator/Makefile.am b/src/couch_replicator/Makefile.am
index c8960e1..67c9872 100644
--- a/src/couch_replicator/Makefile.am
+++ b/src/couch_replicator/Makefile.am
@@ -62,7 +62,7 @@ CLEANFILES = $(compiled_files)
 
 check:
 if TESTS
-	$(abs_top_builddir)/test/etap/run $(abs_top_srcdir)/src/couch_replicator/test
+	$(abs_top_builddir)/test/couchdb/run -v $(abs_top_srcdir)/src/couch_replicator/test
 endif
 
 ebin/%.app: src/%.app.src