瀏覽代碼

Remove debugging

pull/2035/head
Justin Wood 6 年之前
父節點
當前提交
60d6e0bb6b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      test/rebar_compile_SUITE.erl

+ 0
- 2
test/rebar_compile_SUITE.erl 查看文件

@ -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)).

Loading…
取消
儲存