Explorar el Código

Change console message to debug message (more appropriate)

pull/3/head
Dave Smith hace 15 años
padre
commit
c2b58ac62f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_eunit.erl

+ 1
- 1
src/rebar_eunit.erl Ver fichero

@ -63,7 +63,7 @@ eunit(Config, AppFile) ->
true ->
ok;
false ->
?CONSOLE("Skipping eunit on app ~p\n", [ThisApp]),
?DEBUG("Skipping eunit on app: ~p\n", [ThisApp]),
throw(ok)
end,

Cargando…
Cancelar
Guardar