This is an automated email from the ASF dual-hosted git repository.
iilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git
The following commit(s) were added to refs/heads/master by this push:
new 9b4c5d8 Start couch_log in tests
new 7edcb03 Merge pull request #12 from cloudant/start-couch_log-in-test
9b4c5d8 is described below
commit 9b4c5d8cfdc2f3bb6b35a25625f95bd473f09449
Author: ILYA Khlopotov <[email protected]>
AuthorDate: Fri Mar 15 18:14:48 2019 +0000
Start couch_log in tests
---
test/ioq_config_tests.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/ioq_config_tests.erl b/test/ioq_config_tests.erl
index 2a5ccc3..a7fd491 100644
--- a/test/ioq_config_tests.erl
+++ b/test/ioq_config_tests.erl
@@ -35,7 +35,7 @@ config_update_test_() ->
"Test config updates",
{
foreach,
- fun() -> test_util:start_applications([config, ioq]) end,
+ fun() -> test_util:start_applications([config, couch_log, ioq])
end,
fun test_util:stop_applications/1,
[
fun t_restart_config_listener/1,