Skip to content

Commit

Permalink
Merge pull request #4125 from jiahuili430/couch-tests
Browse files Browse the repository at this point in the history
Remove `couch_tests` from reltool
  • Loading branch information
iilyak authored Jul 21, 2022
2 parents 35b3038 + 419447c commit 02ca8c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
couch_plugins,
couch_replicator,
couch_stats,
couch_tests,
couch_event,
couch_peruser,
couch_dist,
Expand Down Expand Up @@ -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}]},
Expand Down
1 change: 0 additions & 1 deletion src/chttpd/src/chttpd.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
stdlib,
couch_log,
couch_stats,
couch_tests,
config,
couch,
ets_lru,
Expand Down
1 change: 0 additions & 1 deletion src/couch/src/couch.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
couch_event,
ioq,
couch_stats,
couch_tests,
hyper,
couch_prometheus,
couch_dist
Expand Down

0 comments on commit 02ca8c6

Please sign in to comment.