diff options
author | Brad Anderson <brad@cloudant.com> | 2010-03-24 20:49:47 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-05-09 22:56:22 -0400 |
commit | b32640350ee550c105258d47629b0b8c3e8775d2 (patch) | |
tree | cda3a28179c02ecaea4fac4a558300f3984e4b4f /include | |
parent | 78b2e92c8c2bc22c17a7670437dcd6852768690d (diff) |
store Args in mem State, instead of just 'test', and allow for an Args-supplied Config (usually for testing only)
Diffstat (limited to 'include')
-rw-r--r-- | include/common.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.hrl b/include/common.hrl index 6d92d9fa..b5d4d7ec 100644 --- a/include/common.hrl +++ b/include/common.hrl @@ -46,5 +46,5 @@ nodes, clock, ets, - test=false + args }). |