Selaa lähdekoodia

Change console message to debug message (more appropriate)

pull/3/head
Dave Smith 15 vuotta sitten
vanhempi
commit
c2b58ac62f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/rebar_eunit.erl

+ 1
- 1
src/rebar_eunit.erl Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna