Sfoglia il codice sorgente

Tweak test and update goldrush dep

pull/188/head
Andrew Thompson 11 anni fa
parent
commit
d18019bff4
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +1
    -1
      rebar.config
  2. +1
    -0
      test/lager_test_backend.erl

+ 1
- 1
rebar.config Vedi File

@ -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 Vedi File

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

Caricamento…
Annulla
Salva