Explorar el Código

Tweak test and update goldrush dep

pull/188/head
Andrew Thompson hace 11 años
padre
commit
d18019bff4
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -1
      rebar.config
  2. +1
    -0
      test/lager_test_backend.erl

+ 1
- 1
rebar.config Ver fichero

@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar