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

iilyak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 419447cd1 Remove `couch_tests`
     new 02ca8c62c Merge pull request #4125 from jiahuili430/couch-tests
419447cd1 is described below

commit 419447cd12acd03c33267920166a9350e0d4f734
Author: jiahuili <[email protected]>
AuthorDate: Wed Jul 20 16:06:06 2022 -0500

    Remove `couch_tests`
    
    `couch_tests` should exist in the tarball but not in the release.
---
 rel/reltool.config            | 2 --
 src/chttpd/src/chttpd.app.src | 1 -
 src/couch/src/couch.app.src   | 1 -
 3 files changed, 4 deletions(-)

diff --git a/rel/reltool.config b/rel/reltool.config
index a3e9d9cf9..ab26fb2ed 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -38,7 +38,6 @@
         couch_plugins,
         couch_replicator,
         couch_stats,
-        couch_tests,
         couch_event,
         couch_peruser,
         couch_dist,
@@ -103,7 +102,6 @@
     {app, couch_plugins, [{incl_cond, include}]},
     {app, couch_replicator, [{incl_cond, include}]},
     {app, couch_stats, [{incl_cond, include}]},
-    {app, couch_tests, [{incl_cond, include}]},
     {app, couch_event, [{incl_cond, include}]},
     {app, couch_peruser, [{incl_cond, include}]},
     {app, couch_dist ,[{incl_cond, include}]},
diff --git a/src/chttpd/src/chttpd.app.src b/src/chttpd/src/chttpd.app.src
index e57c2ee5d..bc899b1a2 100644
--- a/src/chttpd/src/chttpd.app.src
+++ b/src/chttpd/src/chttpd.app.src
@@ -24,7 +24,6 @@
         stdlib,
         couch_log,
         couch_stats,
-        couch_tests,
         config,
         couch,
         ets_lru,
diff --git a/src/couch/src/couch.app.src b/src/couch/src/couch.app.src
index ac4da26b1..951cb1e37 100644
--- a/src/couch/src/couch.app.src
+++ b/src/couch/src/couch.app.src
@@ -46,7 +46,6 @@
         couch_event,
         ioq,
         couch_stats,
-        couch_tests,
         hyper,
         couch_prometheus,
         couch_dist

Reply via email to