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

[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 <kx...@apache.org>
Authored: Mon Jun 16 16:05:47 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
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