You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/09/16 21:35:42 UTC

[couchdb] branch prototype/fdb-layer-couch-eval updated: Start couch_js for couch_views tests

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch prototype/fdb-layer-couch-eval
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/prototype/fdb-layer-couch-eval by this push:
     new 145895a  Start couch_js for couch_views tests
145895a is described below

commit 145895aecb5f3ab81f0313c1f5371ddbb706a2be
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Sep 16 16:36:03 2019 -0500

    Start couch_js for couch_views tests
---
 src/couch_views/test/couch_views_trace_index_test.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_views/test/couch_views_trace_index_test.erl b/src/couch_views/test/couch_views_trace_index_test.erl
index b7fe66b..c4f76d8 100644
--- a/src/couch_views/test/couch_views_trace_index_test.erl
+++ b/src/couch_views/test/couch_views_trace_index_test.erl
@@ -51,7 +51,7 @@ indexer_test_() ->
 
 
 setup() ->
-    test_util:start_couch([fabric]).
+    test_util:start_couch([fabric, couch_js]).
 
 
 cleanup(Ctx) ->