You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/10/10 15:05:49 UTC

config commit: updated refs/heads/master to 8e8ac70

Repository: couchdb-config
Updated Branches:
  refs/heads/master 40e1687e3 -> 8e8ac7006


start couch_stats last to ensure we load couch_log stats


Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/8e8ac700
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/8e8ac700
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-config/diff/8e8ac700

Branch: refs/heads/master
Commit: 8e8ac700639433e61fc9af720977e7db53d51c61
Parents: 40e1687
Author: Robert Newson <rn...@apache.org>
Authored: Fri Oct 10 12:53:58 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Oct 10 14:05:20 2014 +0100

----------------------------------------------------------------------
 test/config_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/8e8ac700/test/config_tests.erl
----------------------------------------------------------------------
diff --git a/test/config_tests.erl b/test/config_tests.erl
index 6db1bbf..256ba99 100644
--- a/test/config_tests.erl
+++ b/test/config_tests.erl
@@ -33,7 +33,7 @@
         FileName
     end).
 
--define(DEPS, [couch_log, couch_stats, folsom, lager, goldrush, syntax_tools, compiler]).
+-define(DEPS, [couch_stats, couch_log, folsom, lager, goldrush, syntax_tools, compiler]).
 
 
 setup() ->