Bläddra i källkod

Tweak test and update goldrush dep

pull/188/head
Andrew Thompson 11 år sedan
förälder
incheckning
d18019bff4
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. +1
    -1
      rebar.config
  2. +1
    -0
      test/lager_test_backend.erl

+ 1
- 1
rebar.config Visa fil

@ -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 Visa fil

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

Laddar…
Avbryt
Spara