Sfoglia il codice sorgente

Remove debugging

pull/2035/head
Justin Wood 6 anni fa
parent
commit
60d6e0bb6b
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      test/rebar_compile_SUITE.erl

+ 0
- 2
test/rebar_compile_SUITE.erl Vedi File

@ -2324,8 +2324,6 @@ app_file_linting(Config) ->
History = meck:history(rebar_log),
Warnings = [{Str, Args} || {_, {rebar_log, log, [warn, Str, Args]}, _} <- History],
ct:pal("Warnings Length: ~p", [length(Warnings)]),
ct:pal("Warnings: ~p", [Warnings]),
?assert(none /= proplists:lookup("~p is missing description entry", Warnings)),
?assert(none /= proplists:lookup("~p is missing kernel from applications list", Warnings)),
?assert(none /= proplists:lookup("~p is missing stdlib from applications list", Warnings)).

Caricamento…
Annulla
Salva