소스 검색

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()),

불러오는 중...
취소
저장