瀏覽代碼

Tweak test and update goldrush dep

pull/188/head
Andrew Thompson 11 年之前
父節點
當前提交
d18019bff4
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. +1
    -1
      rebar.config
  2. +1
    -0
      test/lager_test_backend.erl

+ 1
- 1
rebar.config 查看文件

@ -2,7 +2,7 @@
{erl_first_files, ["src/lager_util.erl"]}.
{deps, [
{goldrush, ".*",
{git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.5"}}}
{git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}}
]}.
{cover_enabled, true}.

+ 1
- 0
test/lager_test_backend.erl 查看文件

@ -391,6 +391,7 @@ lager_test_() ->
lager:trace(?MODULE, [{fu, '!'}]),
lager:info([{foo, bar}], "hello world"),
lager:info([{ooh, car}], "hello world"),
lager:info([{fu, bar}], "hello world"),
lager:trace(?MODULE, [{fu, '*'}]),
lager:info([{fu, bar}], "hello world"),
?assertEqual(10, count()),

Loading…
取消
儲存